From 9f5f00c2ddb1985447a04c1c072958a7c1b98615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:23:47 +0000 Subject: [PATCH] Bump rubocop from 1.57.1 to 1.57.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.1 to 1.57.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.57.1...v1.57.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index e93c6d2..9f079cd 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'rubocop', '1.57.1', require: false +gem 'rubocop', '1.57.2', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 74d7703..4cf7ae2 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) @@ -25,7 +23,7 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) ruby-progressbar (1.13.0) unicode-display_width (2.5.0) @@ -35,7 +33,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - rubocop (= 1.57.1) + rubocop (= 1.57.2) BUNDLED WITH 2.2.22