Skip to content

Commit

Permalink
Try bumping recursive-open-struct
Browse files Browse the repository at this point in the history
recursive-open-struct recently had a 2.0 release which included
an ABI breaking change.  I'm not sure if the change affects
kubeclient or not.  If not, it would be nice to be able to
use the newer release.
  • Loading branch information
smoser committed Oct 25, 2024
1 parent 9f95df3 commit 1a5072a
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,6 +34,6 @@ Gem::Specification.new do |spec|

spec.add_dependency 'faraday', '>= 1.1', '< 3.0'
spec.add_dependency 'faraday-follow_redirects', '>= 0.3.0'
spec.add_dependency 'recursive-open-struct', '~> 1.1', '>= 1.1.1'
spec.add_dependency 'recursive-open-struct', '>= 1.1.1', '< 3.0'
spec.add_dependency 'http', '>= 3.0', '< 6.0'
end

0 comments on commit 1a5072a

Please sign in to comment.