From f619a1d69e7f220c5f4b09248c8a297643821394 Mon Sep 17 00:00:00 2001 From: Nikita Mathur Date: Fri, 24 Feb 2023 15:35:49 +0530 Subject: [PATCH] Update chefstyle from 2.0.x to 2.2.2 to use RuboCop 1.25.1 (#6240) (#6458) Signed-off-by: Takuya Noguchi Co-authored-by: Takuya N --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e77447e14..9ba03540b 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :omnibus do end group :test do - gem "chefstyle", "~> 2.0.3" + gem "chefstyle", "~> 2.2.2" gem "concurrent-ruby", "~> 1.0" gem "json_schemer", ">= 0.2.1", "< 0.2.19" gem "m"