Skip to content

Commit

Permalink
Merge pull request #413 from joshlarsen/master
Browse files Browse the repository at this point in the history
update http client version
  • Loading branch information
cben authored Jun 14, 2019
2 parents c163f99 + 6390926 commit a6e8285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeclient.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|

spec.add_dependency 'rest-client', '~> 2.0'
spec.add_dependency 'recursive-open-struct', '~> 1.0', '>= 1.0.4'
spec.add_dependency 'http', '~> 3.0'
spec.add_dependency 'http', '>= 3.0', '< 5.0'
end

0 comments on commit a6e8285

Please sign in to comment.