From c80e8d8b7809fd117322c0551ad018fc96770801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:37:27 +0000 Subject: [PATCH] Bump rubocop from 1.76.2 to 1.77.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.76.2 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.76.2...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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a7d19e6..e78bd91 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'pry-byebug' gem 'rake', '~> 13.3' gem 'rspec', '~> 3.13' gem 'rspec_junit_formatter' -gem 'rubocop', '~> 1.76' +gem 'rubocop', '~> 1.77' gem 'rubocop-performance' gem 'rubocop-rspec' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5e3b4dc..f4cda8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM rspec-support (3.13.4) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.76.2) + rubocop (1.77.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -100,7 +100,7 @@ DEPENDENCIES redis-objects-periodical! rspec (~> 3.13) rspec_junit_formatter - rubocop (~> 1.76) + rubocop (~> 1.77) rubocop-performance rubocop-rspec simplecov (= 0.22.0)