From 8da2b4fa9e086d4970d1b0d046281ac01cad76fc Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:05:26 +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 9d08b0c..e475c42 100644 --- a/Gemfile +++ b/Gemfile @@ -31,5 +31,5 @@ end group :development, :lint do gem 'rubocop', '~> 1.61.0' gem 'rubocop-performance', '~> 1.20.2' - gem 'rubocop-rspec', '~> 2.27.0' + gem 'rubocop-rspec', '~> 3.5.0' end