From 79299b7f7f733eef5a2425336ca14a4ee5b31557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:26:53 +0000 Subject: [PATCH] Bump rubocop from 1.87.0 to 1.88.0 in the bundler-all group Bumps the bundler-all group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.87.0 to 1.88.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.87.0...v1.88.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-all ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0a3add7..2daae51 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ gemspec gem 'minitest-power_assert' -gem 'rubocop', '~> 1.87' +gem 'rubocop', '~> 1.88' gem 'hexlet-pairs', '~> 1.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index eb2fd9c..74dce0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM ast (2.4.3) drb (2.2.3) hexlet-pairs (1.1.0) - json (2.19.8) + json (2.20.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) minitest (6.0.6) @@ -18,7 +18,7 @@ GEM minitest-power_assert (0.3.1) minitest power_assert (>= 1.1) - parallel (2.1.0) + parallel (1.28.0) parser (3.3.11.1) ast (~> 2.4.1) racc @@ -27,7 +27,7 @@ GEM racc (1.8.1) rainbow (3.1.1) regexp_parser (2.12.0) - rubocop (1.87.0) + rubocop (1.88.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -53,7 +53,7 @@ DEPENDENCIES hexlet-pairs (~> 1.1.0) hexlet-points! minitest-power_assert - rubocop (~> 1.87) + rubocop (~> 1.88) BUNDLED WITH 4.0.6