From 0f02b92a49cde247566e482f306d45af65a9b235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:09:30 +0000 Subject: [PATCH] Update RuboCop packages --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 808edd5..63a9784 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :test do end group :lint do - gem 'rubocop', '~> 1.81.0' + gem 'rubocop', '~> 1.84.0' gem 'rubocop-performance', '~> 1.26.0' - gem 'rubocop-rspec', '~> 3.7.0' + gem 'rubocop-rspec', '~> 3.9.0' end