From 51e4e4121935ed1aba60c2c0a4d766253679603a Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Thu, 14 Dec 2023 00:09:29 +0530 Subject: [PATCH] updated gemfilr Signed-off-by: nikhil2611 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0319f14f..ec94c3d7 100644 --- a/Gemfile +++ b/Gemfile @@ -7,8 +7,8 @@ group :test do gem "rspec", "~> 3.8" gem "rspec-expectations", "~> 3.8" gem "rspec-mocks", "~> 3.8" - gem "cookstyle", "=7.7.2" # this forces dependabot PRs to open which triggers cookstyle CI on the chef generate command - gem "chefstyle", "=1.6.2" + gem "cookstyle", "=7.32.2" # this forces dependabot PRs to open which triggers cookstyle CI on the chef generate command + gem "chefstyle", "=2.2.3" gem "test-kitchen", ">= 2.11.1" if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.6")