Skip to content

Commit

Permalink
Merge pull request #153 from cben/patch-1
Browse files Browse the repository at this point in the history
Bump kubeclient >= 4.9.3 to avoid Kubeclient::Config vulnerability
  • Loading branch information
masayag authored May 11, 2022
2 parents 641a120 + ff697ea commit 551bdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog-kubevirt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "webmock", "~> 3.5"

spec.add_dependency("fog-core", "~> 2.1")
spec.add_dependency("kubeclient", "~> 4.3")
spec.add_dependency("kubeclient", ">= 4.9.3", "< 5.0.0")
end

0 comments on commit 551bdce

Please sign in to comment.