From 9ce73e1da745786e0aed79d9c228e1d4255e9a87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:14:27 +0000 Subject: [PATCH] chore(deps): update dependency rubocop to '~> 1.68.0' Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 91592e5..a7365db 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'chef', '~> 18.0' group :test do gem 'foodcritic', '~> 16.0' gem 'highline', '~> 2.1.0' - gem 'rubocop', '~> 1.67.0' + gem 'rubocop', '~> 1.68.0' end group :integration do