From 39a1615fd1ac5c9a1cd6378d4f6c308e9fb34b3f Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:42:08 +0000 Subject: [PATCH] Update rubocop-rspec to version 3.7.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9d08b0c..9cc3a7c 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.7.0' end