From 3e0a57e728ec42c62b8b3faf4421d67aaf805d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:02:13 +0000 Subject: [PATCH] Bump rubocop from 1.75.4 to 1.77.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.4 to 1.77.0. - [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.75.4...v1.77.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 51d53c6724..22b76827a3 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'benchmark' gem 'minitest', '5.25.5' gem 'pry', '0.15.2' gem 'rake', '13.3.0' -gem 'rubocop', '1.75.4' +gem 'rubocop', '1.77.0' gem 'rubocop-minitest', '0.38.1' gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index ba2cb66ce7..5c4e1a6c58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,7 +32,7 @@ GEM rainbow (3.1.1) rake (13.3.0) regexp_parser (2.10.0) - rubocop (1.75.4) + rubocop (1.77.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -40,7 +40,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.44.0, < 2.0) + rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.45.1) @@ -78,7 +78,7 @@ DEPENDENCIES minitest (= 5.25.5) pry (= 0.15.2) rake (= 13.3.0) - rubocop (= 1.75.4) + rubocop (= 1.77.0) rubocop-minitest (= 0.38.1) rubocop-rake (= 0.7.1) simplecov (= 0.22.0)