From 72db8b966d867ff99b13a43a591411becfa3a874 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Thu, 17 Oct 2024 12:01:19 +0000 Subject: [PATCH] Update dependency rubocop to '~> 0.93', '>= 0.93.1' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 531b9b0..70a267e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'stove', '~> 3.2' group :test do gem 'chefspec', '~> 4.4' gem 'foodcritic', '~> 5.0' - gem 'rubocop', '~> 0.34' + gem 'rubocop', '~> 0.93', '>= 0.93.1' end group :integration do