From f3a4f05c0dbbe4a9aae4fa2bd32f53806028e443 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:51:04 +0000 Subject: [PATCH] Update dependency rubocop to '~> 1.89.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0dd0531..91021c5 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ group :system_tests do end group :tests do - gem 'rubocop', '~> 1.88.0' + gem 'rubocop', '~> 1.89.0' gem 'rubocop-performance', '~> 1.26.0' gem 'rubocop-rake', '~> 0.7.0' gem 'rubocop-rspec', '~> 3.10.0'