From 6e0dfb118498ac8602d9a422b5ef8a5a6eb69aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 21:42:51 +0000 Subject: [PATCH] Bump rubocop from 1.89.0 to 1.90.0 in the ruby-minor-and-patch group Bumps the ruby-minor-and-patch group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.89.0 to 1.90.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.89.0...v1.90.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-minor-and-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b88c1870d60b..c075c8097d19 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'fastlane-plugin-sentry' # gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: '' gem 'fastlane-plugin-wpmreleasetoolkit', '~> 14.11' gem 'rake' -gem 'rubocop', '~> 1.89' +gem 'rubocop', '~> 1.90' gem 'rubocop-rake', '~> 0.7' group :screenshots, optional: true do gem 'rmagick', '~> 7.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6c65edd7c7ab..48c52a99815b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -336,8 +336,8 @@ GEM observer (~> 0.1) pkg-config (~> 1.4) rouge (3.28.0) - rubocop (1.89.0) - json (~> 2.3) + rubocop (1.90.0) + json (>= 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) parallel (>= 1.10) @@ -411,7 +411,7 @@ DEPENDENCIES fastlane-plugin-wpmreleasetoolkit (~> 14.11) rake rmagick (~> 7.1.1) - rubocop (~> 1.89) + rubocop (~> 1.90) rubocop-rake (~> 0.7) BUNDLED WITH