From 06a86950f184c5dc38c7f068b65260c246c816be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:20:47 +0200 Subject: [PATCH] build(deps-dev): bump rubocop from 1.65.0 to 1.65.1 (#34081) 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 4d43955bb8d..852c634f5d0 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.65.0' + gem 'rubocop', '1.65.1' gem 'ruby-lsp', '0.17.10' gem 'rackup', '2.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 6016ebb7008..01bd0c7371b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM rexml (3.3.4) strscan rouge (4.3.0) - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -168,7 +168,7 @@ DEPENDENCIES nokogiri (= 1.16.7) rackup (= 2.1.0) rake (= 13.2.1) - rubocop (= 1.65.0) + rubocop (= 1.65.1) ruby-lsp (= 0.17.10) sass-globbing (= 1.1.5) sassc (= 2.1.0)