Skip to content

Commit 1744994

Browse files
Merge pull request #29 from inspec/CHEF-20542-bump-up-k8s-ruby
bump up k8s-ruby
2 parents c1b1dc5 + 5568fa0 commit 1744994

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :development do
1111
gem "mocha"
1212
gem "rake"
1313
gem "m"
14-
gem "rubocop", "~> 0.59"
14+
gem "rubocop"
1515
gem "chefstyle"
1616
gem "simplecov"
1717
gem "simplecov_json_formatter"

train-kubernetes.gemspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ Gem::Specification.new do |spec|
4444
# Do not list inspec as a dependency of the train plugin.
4545

4646
# 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"
4951
spec.add_dependency "train", "~> 3.0"
5052
end

0 commit comments

Comments
 (0)