From 8b2366ccbfd33f825aec31edb692638bd1d53265 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 10:45:49 +0000 Subject: [PATCH] Update dependency rubocop to v1.71.1 --- Gemfile | 2 +- Gemfile.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index e8ee15519..1444e8c72 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'rake', '13.2.1', require: false gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '7.0.0', require: false -gem 'rubocop', '1.61.0', require: false +gem 'rubocop', '1.71.1', require: false gem 'rubocop-rspec', '3.0.3', require: false gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index ab1b3fb26..0bd2745a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -203,17 +203,16 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.61.0) + rubocop (1.71.1) 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.30.0, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) + unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.38.0) parser (>= 3.3.1.0) rubocop-rspec (3.0.3) @@ -303,7 +302,7 @@ DEPENDENCIES relative_time (= 1.1.0) rerun (= 0.14.0) rspec-rails (= 7.0.0) - rubocop (= 1.61.0) + rubocop (= 1.71.1) rubocop-rspec (= 3.0.3) sass (= 3.7.4) sentry-raven (= 3.1.2)