From 5319996f057482941b1fb0a2cbfc39248bddfaf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:07:40 +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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 361e29df0843..ab6cbac91bfe 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'fastlane-plugin-sentry' # gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: '' gem 'fastlane-plugin-wpmreleasetoolkit', '~> 14.6' gem 'rake' -gem 'rubocop', '~> 1.86' +gem 'rubocop', '~> 1.87' gem 'rubocop-rake', '~> 0.7' group :screenshots, optional: true do gem 'rmagick', '~> 7.0.3' diff --git a/Gemfile.lock b/Gemfile.lock index 62febde33a9c..b5a3cae35e0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -315,7 +315,7 @@ GEM observer (~> 0.1) pkg-config (~> 1.4) rouge (3.28.0) - rubocop (1.86.2) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -384,7 +384,7 @@ DEPENDENCIES fastlane-plugin-wpmreleasetoolkit (~> 14.6) rake rmagick (~> 7.0.3) - rubocop (~> 1.86) + rubocop (~> 1.87) rubocop-rake (~> 0.7) BUNDLED WITH