From 12c9eda1050fcfd54d723ab19991970358c3e307 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 05:44:03 +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 76696c5..37bcabb 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :test do end group :lint do - gem 'rubocop', '~> 1.86.0' + gem 'rubocop', '~> 1.88.0' gem 'rubocop-performance', '~> 1.0' gem 'rubocop-rspec', '~> 3.3' gem 'rubocop-sequel', '~> 0.4.0'