From 943f5f38ec2b574dca601330211e68b02b3b7695 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:23:37 +0000 Subject: [PATCH] chore(deps): update devtest tools --- Gemfile | 4 ++-- Gemfile.lock | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 0883ecb9..fe3cd22e 100644 --- a/Gemfile +++ b/Gemfile @@ -10,8 +10,8 @@ group :development do gem 'mdl', '~>0.12.0' gem 'rake', '~>13.0.6' gem 'reek', '~> 6.1.4' - gem 'rubocop', '~> 1.55.1' - gem 'rubocop-rspec', '~> 2.23' + gem 'rubocop', '~> 1.56.4' + gem 'rubocop-rspec', '~> 2.24' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index db106aff..3906f2ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,6 +28,7 @@ GEM async async-pool (0.4.0) async (>= 1.25) + base64 (0.1.1) builder (3.2.4) chef-utils (18.1.29) concurrent-ruby @@ -163,7 +164,8 @@ GEM rspec-rerun (1.1.0) rspec (~> 3.0) rspec-support (3.12.0) - rubocop (1.55.1) + rubocop (1.56.4) + base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -176,11 +178,11 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) + rubocop-capybara (2.19.0) rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) + rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-rspec (2.23.1) + rubocop-rspec (2.24.1) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -221,8 +223,8 @@ DEPENDENCIES rhcl (~> 0.1.0) rspec (~> 3.12.0) rspec-rerun - rubocop (~> 1.55.1) - rubocop-rspec (~> 2.23) + rubocop (~> 1.56.4) + rubocop-rspec (~> 2.24) simplecov (~> 0.22.0) RUBY VERSION