Skip to content

Commit

Permalink
bump http lib to remove circular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Apr 22, 2017
1 parent 745a510 commit 8c4c3ef
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 @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '= 0.47.1'
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', '~> 2.0'
end

0 comments on commit 8c4c3ef

Please sign in to comment.