From 45e2fdf9273ea34f2b621e78718fac319bb93990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:21:13 +0100 Subject: [PATCH] build(deps-dev): bump rubocop from 1.68.0 to 1.69.0 (#36001) --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2c1b6f2d1b7..e3070db77ee 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.81.0' - gem 'rubocop', '1.68.0' + gem 'rubocop', '1.69.0' gem 'ruby-lsp', '0.22.1' gem 'rackup', '2.2.1' end diff --git a/Gemfile.lock b/Gemfile.lock index b8a84e30e53..d110cfe7dd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,16 +113,16 @@ GEM regexp_parser (2.9.2) rexml (3.3.9) rouge (4.5.1) - rubocop (1.68.0) + rubocop (1.69.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) + unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.36.1) parser (>= 3.3.1.0) ruby-lsp (0.22.1) @@ -177,7 +177,7 @@ DEPENDENCIES nokogiri (= 1.16.7) rackup (= 2.2.1) rake (= 13.2.1) - rubocop (= 1.68.0) + rubocop (= 1.69.0) ruby-lsp (= 0.22.1) sass-embedded (= 1.81.0) sass-globbing (= 1.1.5)