From 656d52fcbbcb2e36bc4574e5725ec9cd04ad08e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:33:04 +0000 Subject: [PATCH] Update dependency rubocop to v1.59.0 --- Gemfile | 2 +- Gemfile.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 1e32d3b4f..088a183ec 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'rake', '13.1.0', require: false gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '6.1.0', require: false -gem 'rubocop', '1.56.0', require: false +gem 'rubocop', '1.59.0', require: false gem 'rubocop-rspec', '2.26.1', require: false gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 8858fb152..54a924c5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM thread_safe (~> 0.3, >= 0.3.1) backtrace (0.4.0) base58 (0.2.3) - base64 (0.1.1) + base64 (0.2.0) bigdecimal (3.1.5) builder (3.2.4) coercible (1.0.0) @@ -191,16 +191,15 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.56.0) - base64 (~> 0.1.1) + rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) @@ -290,7 +289,7 @@ DEPENDENCIES relative_time (= 1.1.0) rerun (= 0.14.0) rspec-rails (= 6.1.0) - rubocop (= 1.56.0) + rubocop (= 1.59.0) rubocop-rspec (= 2.26.1) sass (= 3.7.4) sentry-raven (= 3.1.2)