Skip to content

Commit

Permalink
Merge pull request #439 from breunigs/bump-recursive-ostruct-for-27
Browse files Browse the repository at this point in the history
bump recursive-open-struct for Ruby 2.7 compatibility
  • Loading branch information
cben authored Apr 7, 2020
2 parents 4b79df3 + 68dc1a1 commit 5062d27
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 @@ -33,6 +33,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'jsonpath', '~> 1.0'

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

0 comments on commit 5062d27

Please sign in to comment.