From 299fcc90a128408cc876af22cae61f840a632a36 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:50:15 +0000 Subject: [PATCH] Update rubocop-rspec to version 3.10.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a18434b..e3c2b82 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.2' end # gem 'filewatcher', path: '../filewatcher'