From a21d030ddd47b44de197168dbf10fcd54c244f6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 06:57:44 +0000 Subject: [PATCH] chore(deps): update dependency rubocop to v1.57.2 (#12410) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index abd0764fae..384489c6f0 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ source 'https://rubygems.org' ruby '3.2.2' -gem 'rubocop', '1.57.1', require: false +gem 'rubocop', '1.57.2', require: false diff --git a/Gemfile.lock b/Gemfile.lock index d0b267c736..8c5fddc403 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,6 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - base64 (0.1.1) json (2.6.3) language_server-protocol (3.17.0.3) parallel (1.23.0) @@ -13,8 +12,7 @@ GEM rainbow (3.1.1) regexp_parser (2.8.2) rexml (3.2.6) - rubocop (1.57.1) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -35,7 +33,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - rubocop (= 1.57.1) + rubocop (= 1.57.2) RUBY VERSION ruby 3.2.2p53