From 1fa1f687745b3f8f87859ecdc42d5db3fa7d9de3 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 16:20:15 +0000 Subject: [PATCH] Update rubocop-rspec to version 3.10.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a18434b..0cdd11c 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ end group :lint do gem 'rubocop', '~> 1.84.0' gem 'rubocop-performance', '~> 1.26.1' - gem 'rubocop-rspec', '~> 3.9.0' + gem 'rubocop-rspec', '~> 3.10.1' end # gem 'filewatcher', path: '../filewatcher'