File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ group :development do
11
11
gem "mocha"
12
12
gem "rake"
13
13
gem "m"
14
- gem "rubocop" , "~> 0.59"
14
+ gem "rubocop"
15
15
gem "chefstyle"
16
16
gem "simplecov"
17
17
gem "simplecov_json_formatter"
Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ Gem::Specification.new do |spec|
44
44
# Do not list inspec as a dependency of the train plugin.
45
45
46
46
# All plugins should mention train, > 1.4
47
- # pinning k8s-ruby to 0.17.0 since it has support for Ruby version 3.4
48
- spec . add_dependency "k8s-ruby" , "~> 0.17.0"
47
+ # pinning k8s-ruby to greater than 0.17.0 since it has support for Ruby version 3.4
48
+ # pinning k8s-ruby to be greater than 0.17.2 since it removes the breaking change for
49
+ # windows builds introduced in 0.17.1
50
+ spec . add_dependency "k8s-ruby" , ">= 0.17.2"
49
51
spec . add_dependency "train" , "~> 3.0"
50
52
end
You can’t perform that action at this time.
0 commit comments