From 81cc3e91ba194cdafc691ae8e16b495ff1660fb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:36:18 +0000 Subject: [PATCH] Update dependency rubocop to '~> 1.57.0' Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- chef-linux/Gemfile | 2 +- chef-windows/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chef-linux/Gemfile b/chef-linux/Gemfile index f7cd3f2..f951d47 100644 --- a/chef-linux/Gemfile +++ b/chef-linux/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake' gem 'rack', '3.0.8' gem 'inspec', '~> 5' -gem 'rubocop', '~> 1.56.0' +gem 'rubocop', '~> 1.57.0' gem 'highline', '~> 2.1.0' group :integration do diff --git a/chef-windows/Gemfile b/chef-windows/Gemfile index f7cd3f2..f951d47 100644 --- a/chef-windows/Gemfile +++ b/chef-windows/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake' gem 'rack', '3.0.8' gem 'inspec', '~> 5' -gem 'rubocop', '~> 1.56.0' +gem 'rubocop', '~> 1.57.0' gem 'highline', '~> 2.1.0' group :integration do