From c9a5f7ffa917e4479d1e99257a492710164f9254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 15:45:47 +0200 Subject: [PATCH] build(deps-dev): bump rubocop from 1.64.0 to 1.64.1 (#33018) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e375ae53b78..6ad64debe14 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.64.0' + gem 'rubocop', '1.64.1' gem 'ruby-lsp', '0.16.7' gem 'rackup', '2.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index b15b1327071..af91f6e2754 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM rexml (3.2.8) strscan (>= 3.0.9) rouge (4.2.1) - rubocop (1.64.0) + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -164,7 +164,7 @@ DEPENDENCIES nokogiri (= 1.16.5) rackup (= 2.1.0) rake (= 13.2.1) - rubocop (= 1.64.0) + rubocop (= 1.64.1) ruby-lsp (= 0.16.7) sass-globbing (= 1.1.5) sassc (= 2.1.0)