From 539cab07831ef987c688da0c4659157b459fafdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:07:58 +0000 Subject: [PATCH] Bump rubocop from 1.86.2 to 1.87.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.86.2 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.2...v1.87.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.87.0 dependency-type: direct:development 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 709a21f..9d96bfb 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :development, :test do end group :development, :lint do - gem 'rubocop', '~> 1.86' + gem 'rubocop', '~> 1.87' end group :development, :docs do diff --git a/Gemfile.lock b/Gemfile.lock index 67f21d0..563f66d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM commonmarker (2.8.2-x86_64-linux) docopt (0.6.1) drb (2.2.3) - json (2.19.5) + json (2.19.7) language_server-protocol (3.17.0.5) lint_roller (1.1.0) minitest (6.0.6) @@ -34,7 +34,7 @@ GEM rb_sys (0.9.128) rake-compiler-dock (= 1.12.0) regexp_parser (2.12.0) - rubocop (1.86.2) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -66,7 +66,7 @@ DEPENDENCIES minitest (~> 6.0) paint (~> 2.3) rake (~> 13.4) - rubocop (~> 1.86) + rubocop (~> 1.87) vrt (~> 0.13) vrt-cli! yard (>= 0.9.43, < 0.10)