Skip to content

Commit

Permalink
Update kubeclient requirement from ~> 4.4.0 to >= 4.4, < 4.9
Browse files Browse the repository at this point in the history
Updates the requirements on [kubeclient](https://github.com/abonas/kubeclient) to permit the latest version.
- [Release notes](https://github.com/abonas/kubeclient/releases)
- [Changelog](https://github.com/abonas/kubeclient/blob/master/CHANGELOG.md)
- [Commits](ManageIQ/kubeclient@v4.4.0...v4.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2020
1 parent fb9e217 commit f02329a
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.0'
s.add_runtime_dependency 'kubeclient', '>= 4.4', '< 4.9'
end

0 comments on commit f02329a

Please sign in to comment.