From b33efe87ce23302adc6e584bc9a319f5c470ba9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:49:00 +0000 Subject: [PATCH] Update RuboCop packages --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0a628d7..ba210b9 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ group :test do end group :lint do - gem 'rubocop', '~> 1.86.0' + gem 'rubocop', '~> 1.87.0' gem 'rubocop-performance', '~> 1.26.0' - gem 'rubocop-rspec', '~> 3.9.0' + gem 'rubocop-rspec', '~> 3.10.0' end