From 65453aacc100c497c801516b5091ebda3f8a3460 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:02:32 +0000 Subject: [PATCH] chore(deps): update dependency rubocop to '~> 1.86.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0bff49b..79cc73e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'rake', '~> 13.3.0' group :tests do gem 'rspec', '~> 3.13.1' - gem 'rubocop', '~> 1.85.0' + gem 'rubocop', '~> 1.86.0' gem 'rubocop-performance', '~> 1.26.0' gem 'rubocop-rake', '~> 0.7.1' gem 'rubocop-rspec', '~> 3.9.0'