From 1d5856170b7b9b19c587478bf7a08ab1111a1600 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 12:56:01 +0000 Subject: [PATCH] Update dependency rubocop to '~> 1.87.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cf3e341..f09fcac 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'rake', '~> 13.4.0' group :tests do gem 'rspec', '~> 3.13.1' - gem 'rubocop', '~> 1.86.0' + gem 'rubocop', '~> 1.87.0' gem 'rubocop-performance', '~> 1.26.0' gem 'rubocop-rake', '~> 0.7.1' gem 'rubocop-rspec', '~> 3.9.0'