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