From 4b27d8f9845616d857e8280b148091da515610cd Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 10:55:59 +0000 Subject: [PATCH] Update rubocop-rspec to version 3.6.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5453c14..1760f67 100644 --- a/Gemfile +++ b/Gemfile @@ -34,5 +34,5 @@ end group :lint do gem 'rubocop', '~> 1.61.0' gem 'rubocop-performance', '~> 1.0' - gem 'rubocop-rspec', '~> 2.0' + gem 'rubocop-rspec', '~> 3.6' end