From 51e53b7ec13ec727fe73648eb63a63d9d1504dc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:01:37 +0000 Subject: [PATCH] Update dependency rubocop to v1.66.0 --- Gemfile | 2 +- Gemfile.lock | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 22ce9f738..78c276a6e 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', '6.1.2', require: false -gem 'rubocop', '1.61.0', require: false +gem 'rubocop', '1.66.0', 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 89d84f688..2bb31fcfc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,8 +112,8 @@ GEM nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) openssl (3.2.0) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pg (1.5.7) @@ -124,7 +124,7 @@ GEM random-port (~> 0.3) psych (5.1.2) stringio - racc (1.8.0) + racc (1.8.1) rack (3.0.9.1) rack-protection (4.0.0) base64 (>= 0.1.0) @@ -168,7 +168,7 @@ GEM io-console (~> 0.5) rerun (0.14.0) listen (~> 3.0) - rexml (3.3.1) + rexml (3.3.6) strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -187,18 +187,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.61.0) + rubocop (1.66.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.30.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-rspec (3.0.3) rubocop (~> 1.61) @@ -283,7 +282,7 @@ DEPENDENCIES relative_time (= 1.1.0) rerun (= 0.14.0) rspec-rails (= 6.1.2) - rubocop (= 1.61.0) + rubocop (= 1.66.0) rubocop-rspec (= 3.0.3) sass (= 3.7.4) sentry-raven (= 3.1.2)