From 94b84c4e2fa8bf65e666cd06bd15fe7460087e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 08:36:08 +0100 Subject: [PATCH] Bump rubocop from 1.60.0 to 1.60.1 (#30902) 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 9cfa290d193..6f90a855952 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.0' + gem 'rubocop', '1.60.1' gem 'ruby-lsp', '0.13.4' end diff --git a/Gemfile.lock b/Gemfile.lock index f36da3cd5e7..82f661fbcee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM regexp_parser (2.9.0) rexml (3.2.6) rouge (4.2.0) - rubocop (1.60.0) + rubocop (1.60.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -152,7 +152,7 @@ DEPENDENCIES jekyll-toc (= 0.18.0) nokogiri (= 1.16.0) rake (= 13.1.0) - rubocop (= 1.60.0) + rubocop (= 1.60.1) ruby-lsp (= 0.13.4) sass-globbing (= 1.1.5) sassc (= 2.1.0)