From 3a18f16599a6cbf34b2ec7f2bae01b6180d7beb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:04:57 +0000 Subject: [PATCH] chore(deps): update rubocop-tools --- Gemfile | 4 ++-- Gemfile.lock | 43 +++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index ae5dac3f..3cf9f096 100644 --- a/Gemfile +++ b/Gemfile @@ -10,8 +10,8 @@ group :development do gem 'mdl', '~>0.13.0' gem 'rake', '~>13.2.1' gem 'reek', '~> 6.3.0' - gem 'rubocop', '~> 1.63.4' - gem 'rubocop-rspec', '~> 2.29', '>= 2.29.1' + gem 'rubocop', '~> 1.69.0' + gem 'rubocop-rspec', '~> 2.31' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 6647b725..e526f5f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) io-event (1.1.7) - json (2.7.2) + json (2.8.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -146,8 +146,8 @@ GEM octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.26.3) + parser (3.3.6.0) ast (~> 2.4.1) racc protocol-hpack (1.4.2) @@ -158,7 +158,7 @@ GEM protocol-hpack (~> 1.4) protocol-http (~> 0.18) public_suffix (5.0.5) - racc (1.7.3) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rchardet (1.8.0) @@ -167,13 +167,13 @@ GEM parser (~> 3.3.0) rainbow (>= 2.0, < 4.0) rexml (~> 3.1) - regexp_parser (2.9.0) + regexp_parser (2.9.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.3.9) rhcl (0.1.0) deep_merge rspec (3.13.0) @@ -191,30 +191,29 @@ GEM rspec-rerun (1.1.0) rspec (~> 3.0) rspec-support (3.13.1) - rubocop (1.63.4) + rubocop (1.69.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) - rubocop-capybara (2.20.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.1) + parser (>= 3.3.1.0) + rubocop-capybara (2.21.0) rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-rspec (2.29.1) + rubocop-factory_bot (2.26.1) + rubocop (~> 1.61) + rubocop-rspec (2.31.0) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec_rails (2.29.1) + rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) sawyer (0.9.2) @@ -236,7 +235,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.9.1) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) zeitwerk (2.6.13) PLATFORMS @@ -253,8 +252,8 @@ DEPENDENCIES rhcl (~> 0.1.0) rspec (~> 3.13.0) rspec-rerun - rubocop (~> 1.63.4) - rubocop-rspec (~> 2.29, >= 2.29.1) + rubocop (~> 1.69.0) + rubocop-rspec (~> 2.31) simplecov (~> 0.22.0) RUBY VERSION