From c7f1f36a01e3cc51f0e079159606446867c43f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:22:59 +0100 Subject: [PATCH] Bump rubocop from 1.61.0 to 1.62.0 (#31777) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f4014f68b01..cafe3673e0f 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.61.0' + gem 'rubocop', '1.62.0' gem 'ruby-lsp', '0.14.4' gem 'rackup', '2.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 9f68e9669b9..f465033b909 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.61.0) + rubocop (1.62.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -110,7 +110,7 @@ GEM 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) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.1) @@ -160,7 +160,7 @@ DEPENDENCIES nokogiri (= 1.16.2) rackup (= 2.1.0) rake (= 13.1.0) - rubocop (= 1.61.0) + rubocop (= 1.62.0) ruby-lsp (= 0.14.4) sass-globbing (= 1.1.5) sassc (= 2.1.0)