From 9023a5d18b8ff6bcea256e8f5c362077acf41c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 09:39:53 +0200 Subject: [PATCH] build(deps-dev): bump rubocop from 1.75.8 to 1.76.0 (#39382) --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e6392466c8d..c7c99cae269 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development do # > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189 gem 'sassc', '2.1.0' gem 'sass-embedded', '1.89.1' - gem 'rubocop', '1.75.8' + gem 'rubocop', '1.76.0' gem 'ruby-lsp', '0.23.24' gem 'rackup', '2.2.1' end diff --git a/Gemfile.lock b/Gemfile.lock index a4abe48966a..49d6f314a85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM regexp_parser (2.10.0) rexml (3.4.1) rouge (4.5.2) - rubocop (1.75.8) + rubocop (1.76.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -127,7 +127,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.44.0, < 2.0) + rubocop-ast (>= 1.45.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.45.0) @@ -185,7 +185,7 @@ DEPENDENCIES nokogiri (= 1.18.8) rackup (= 2.2.1) rake (= 13.3.0) - rubocop (= 1.75.8) + rubocop (= 1.76.0) ruby-lsp (= 0.23.24) sass-embedded (= 1.89.1) sass-globbing (= 1.1.5)