Skip to content

Commit

Permalink
Ruby 2.7 compatibility: require http >= 4.3.0
Browse files Browse the repository at this point in the history
Previous versions may fail due to nil.to_s being frozen since 2.7
httprb/http#582
https://bugs.ruby-lang.org/issues/16150#note-61
  • Loading branch information
cben committed Jul 1, 2020
1 parent 06e9a49 commit 0006d0b
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.1', '>= 1.1.1'
spec.add_dependency 'http', '>= 3.0', '< 5.0'
spec.add_dependency 'http', '>= 4.3.0', '< 5.0'
end

0 comments on commit 0006d0b

Please sign in to comment.