From e15e31c6c1ea61f147ada7d8c8e8ea1ffa91c7dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 05:48:45 +0000 Subject: [PATCH] Update RuboCop packages --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0a628d7..ff0b659 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ group :test do end group :lint do - gem 'rubocop', '~> 1.86.0' - gem 'rubocop-performance', '~> 1.26.0' - gem 'rubocop-rspec', '~> 3.9.0' + gem 'rubocop', '~> 1.89.0' + gem 'rubocop-performance', '~> 1.27.0' + gem 'rubocop-rspec', '~> 3.10.0' end