From ef327497a3fc0deb9b3b32e90de6ca1325a9ca9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:35:22 +0100 Subject: [PATCH] Bump rubocop from 1.60.2 to 1.61.0 (#31686) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 7ca72d0e83d..27b5b2c90c2 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development do gem 'stringex', '2.8.6' # > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189 gem 'sassc', '2.1.0' - gem 'rubocop', '1.60.2' + gem 'rubocop', '1.61.0' gem 'ruby-lsp', '0.14.1' gem 'rackup', '2.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 6029c8b7242..13cbd325fe4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM regexp_parser (2.9.0) rexml (3.2.6) rouge (4.2.0) - rubocop (1.60.2) + rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -113,8 +113,9 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.0) + parser (>= 3.3.0.4) + prism (>= 0.24.0) ruby-lsp (0.14.1) language_server-protocol (~> 3.17.0) prism (>= 0.22.0, < 0.25) @@ -160,7 +161,7 @@ DEPENDENCIES nokogiri (= 1.16.2) rackup (= 2.1.0) rake (= 13.1.0) - rubocop (= 1.60.2) + rubocop (= 1.61.0) ruby-lsp (= 0.14.1) sass-globbing (= 1.1.5) sassc (= 2.1.0)