From 3787c4bcc065fd3abc5d9564ec13aaa3cf98511d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:45:39 +0000 Subject: [PATCH] Update RuboCop packages to '~> 1.88.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e4a32a1..6a7976c 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :test do end group :lint do - gem 'rubocop', '~> 1.86.0' + gem 'rubocop', '~> 1.88.0' gem 'rubocop-packaging', '~> 0.6.0' gem 'rubocop-performance', '~> 1.0' gem 'rubocop-rspec', '~> 3.0'