From e46ea280b5d1a026b8dce00eac15210b06d6fea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 23:18:34 +0000 Subject: [PATCH] Bump rubocop from 1.75.4 to 1.75.8 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.4 to 1.75.8. - [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.75.8) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b91b487a01..a3b3da3993 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'benchmark' gem 'minitest', '5.25.5' gem 'pry', '0.15.2' gem 'rake', '13.2.1' -gem 'rubocop', '1.75.4' +gem 'rubocop', '1.75.8' gem 'rubocop-minitest', '0.38.0' gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1ff04aee1a..b2502501c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,8 +14,8 @@ GEM docile (1.4.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.11.3) - language_server-protocol (3.17.0.4) + json (2.12.2) + language_server-protocol (3.17.0.5) lint_roller (1.1.0) method_source (1.1.0) minitest (5.25.5) @@ -32,7 +32,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.75.4) + rubocop (1.75.8) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -78,7 +78,7 @@ DEPENDENCIES minitest (= 5.25.5) pry (= 0.15.2) rake (= 13.2.1) - rubocop (= 1.75.4) + rubocop (= 1.75.8) rubocop-minitest (= 0.38.0) rubocop-rake (= 0.7.1) simplecov (= 0.22.0)