From 4ac87558cb76fd01a91888619b58838ecb35804a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:33:29 +0000 Subject: [PATCH] chore(deps): bump rubocop from 1.86.1 to 1.88.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.86.1 to 1.88.1. - [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.86.1...v1.88.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 16ec106..a5dcc8a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rake", "~> 13.4" gem "rspec", "~> 3.0" -gem "rubocop", "~> 1.86" +gem "rubocop", "~> 1.88" gem "rubocop-rspec", "~> 3.0", require: false gem "lefthook", "~> 2.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e44bb79..214ffc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,8 +43,8 @@ GEM ffi (1.17.4-x86_64-darwin) ffi (1.17.4-x86_64-linux-gnu) ffi (1.17.4-x86_64-linux-musl) - json (2.19.4) - language_server-protocol (3.17.0.5) + json (2.20.0) + language_server-protocol (3.17.0.6) lefthook (2.1.6) lint_roller (1.1.0) logger (1.7.0) @@ -74,7 +74,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.86.1) + rubocop (1.88.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -132,7 +132,7 @@ DEPENDENCIES njtransit! rake (~> 13.4) rspec (~> 3.0) - rubocop (~> 1.86) + rubocop (~> 1.88) rubocop-rspec (~> 3.0) BUNDLED WITH