Skip to content

Commit

Permalink
Merge pull request #7 from zakrevitz/update-rest-client-dependency
Browse files Browse the repository at this point in the history
Update rest-client dependency
  • Loading branch information
craigchristenson authored Apr 21, 2020
2 parents e9447ed + 7c5cd33 commit 26f62bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twocheckout.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.add_dependency('rest-client', '~> 1.4')
s.add_dependency('rest-client', '>= 1.4')
s.require_paths = %w{lib}
s.requirements << 'none'
s.license = 'MIT'
Expand Down

0 comments on commit 26f62bc

Please sign in to comment.