Skip to content

Commit

Permalink
Merge pull request #287 from moolitayer/ease_http_dependency
Browse files Browse the repository at this point in the history
[v2.x ONLY] Ease dependency on http gem
  • Loading branch information
cben authored Feb 4, 2018
2 parents c3783ea + c9cb6fc commit 1360c19
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 @@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '= 0.30.0'
spec.add_dependency 'rest-client'
spec.add_dependency 'recursive-open-struct', '= 1.0.0'
spec.add_dependency 'http', '= 0.9.8'
spec.add_dependency 'http', '< 3', '>= 0.98'
end

0 comments on commit 1360c19

Please sign in to comment.