Skip to content

Commit

Permalink
Merge pull request #204 from grosser/grosser/http
Browse files Browse the repository at this point in the history
bump http lib to remove circular dependencies
  • Loading branch information
simon3z authored Apr 30, 2017
2 parents 2e98117 + 8c4c3ef commit b95eff5
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 b95eff5

Please sign in to comment.