Skip to content

Commit

Permalink
Merge pull request voxpupuli#8 from puppetlabs/dependabot/bundler/kub…
Browse files Browse the repository at this point in the history
…eclient-gte-4.4-and-lt-4.10

Update kubeclient requirement from >= 4.4, < 4.9 to >= 4.4, < 4.10
  • Loading branch information
Gheorghe Popescu committed Aug 4, 2020
2 parents 593a808 + 33a93e0 commit 3a2ab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-gke.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ Gem::Specification.new do |s|

# Run time dependencies
s.add_runtime_dependency 'googleauth', '~> 0.9'
s.add_runtime_dependency 'kubeclient', '>= 4.4', '< 4.9'
s.add_runtime_dependency 'kubeclient', '>= 4.4', '< 4.10'
end

0 comments on commit 3a2ab94

Please sign in to comment.