From 4e09b3fc204ab6c30a8fc87fdc10d0d9a1751909 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:47:15 +0000 Subject: [PATCH] Update rubocop-rspec to version 3.5.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 61400e2..9069982 100644 --- a/Gemfile +++ b/Gemfile @@ -22,5 +22,5 @@ group :lint do gem 'rubocop', '~> 1.61.0' gem 'rubocop-performance', '~> 1.20.1' gem 'rubocop-rake', '~> 0.6.0' - gem 'rubocop-rspec', '~> 2.26.1' + gem 'rubocop-rspec', '~> 3.5.0' end