From e8870fcff750a661157bebd790b16a51b4ec1cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:20:56 -0600 Subject: [PATCH] Bump rubocop from 1.57.1 to 1.57.2 (#2844) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b267d83315..70564a2869 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem 'minitest', '5.20.0' gem 'pry', '0.14.2' gem 'rake', '13.1.0' -gem 'rubocop', '1.57.1' +gem 'rubocop', '1.57.2' gem 'rubocop-minitest', '0.33.0' gem 'rubocop-rake', '0.6.0' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index 647580a25d..3afcb9d949 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,6 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - base64 (0.1.1) coderay (1.1.3) concurrent-ruby (1.2.2) docile (1.4.0) @@ -31,8 +30,7 @@ GEM rake (13.1.0) 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) @@ -70,7 +68,7 @@ DEPENDENCIES minitest (= 5.20.0) pry (= 0.14.2) rake (= 13.1.0) - rubocop (= 1.57.1) + rubocop (= 1.57.2) rubocop-minitest (= 0.33.0) rubocop-rake (= 0.6.0) simplecov (= 0.22.0)