From 423aafb90121433f6a89beb81ad42568ddf5164d Mon Sep 17 00:00:00 2001 From: Pipeline Components Bot Date: Fri, 13 Oct 2023 07:49:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Updates=20rubocop=20to=20v?= =?UTF-8?q?1.57.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Gemfile | 2 +- app/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Gemfile b/app/Gemfile index 6067a52..2342c90 100644 --- a/app/Gemfile +++ b/app/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'rubocop', '1.56.4' +gem 'rubocop', '1.57.1' diff --git a/app/Gemfile.lock b/app/Gemfile.lock index 81295e9..18b45d7 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -11,14 +11,14 @@ GEM racc racc (1.7.1) rainbow (3.1.1) - regexp_parser (2.8.1) + regexp_parser (2.8.2) rexml (3.2.6) - rubocop (1.56.4) + rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -34,7 +34,7 @@ PLATFORMS ruby DEPENDENCIES - rubocop (= 1.56.4) + rubocop (= 1.57.1) BUNDLED WITH 2.2.15