From 4550d6ac7d989449bb6a025faf933dd9352d09c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:54:24 +0000 Subject: [PATCH] chore(deps): bump rubocop from 1.86.1 to 1.87.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.86.1 to 1.87.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.86.1...v1.87.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.87.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 2efc521..7dc66dd 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,4 @@ gem "rake", "~> 13.0" gem "rspec", "~> 3.0" -gem "rubocop", "~> 1.86" +gem "rubocop", "~> 1.87" diff --git a/Gemfile.lock b/Gemfile.lock index c8e2fed..9f9869a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.3) + json (2.19.7) language_server-protocol (3.17.0.5) lint_roller (1.1.0) parallel (1.28.0) @@ -57,7 +57,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.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -95,7 +95,7 @@ DEPENDENCIES irb rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.86) + rubocop (~> 1.87) simplecov (~> 0.22) validator_rb! webrick (~> 1.8)