Skip to content

Commit

Permalink
Merge pull request #91 from goshippo/set-rest-client-min-2.1
Browse files Browse the repository at this point in the history
Set minimum rest-client version to 2.1
  • Loading branch information
mykewould authored Sep 7, 2019
2 parents 942ef9c + 5bed159 commit 5792042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'
spec.metadata = { 'shippo_documentation' => 'https://goshippo.com/docs/' }

spec.add_dependency 'rest-client', '>= 2.0', '<2.2'
spec.add_dependency 'rest-client', '>= 2.1', '<2.2'
spec.add_dependency 'hashie', '>= 3.5.2'
spec.add_dependency 'activesupport', '>= 4'
spec.add_dependency 'awesome_print'
Expand Down

0 comments on commit 5792042

Please sign in to comment.