From cb76ce94435aa8d2d1a7c514ea61944138e5aa14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:12:50 +0000 Subject: [PATCH] Update dependency rubocop-rspec to '~> 3.8.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 024da74..372e5e8 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ group :syntax do gem 'rubocop', '~> 1.81.0' gem 'rubocop-performance', '~> 1.26.0' gem 'rubocop-rake', '~> 0.7.0' - gem 'rubocop-rspec', '~> 3.7.0' + gem 'rubocop-rspec', '~> 3.8.0' end group :test do