Skip to content

Commit

Permalink
upgraded restforce, bundler, and rake
Browse files Browse the repository at this point in the history
  • Loading branch information
ij committed Jun 28, 2022
1 parent cac6cec commit 0161b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/sf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.64"
VERSION = "0.1.65"
end
6 changes: 3 additions & 3 deletions sf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "restforce", "~> 2.1"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake", "~> 10.3"
spec.add_dependency "restforce", "~> 5.3"
spec.add_development_dependency "bundler", "~> 2.2"
spec.add_development_dependency "rake", "~> 13.0"
end

0 comments on commit 0161b74

Please sign in to comment.