From 2a3fbeafb70c9dfd8a9faf0e9d876986e4f265cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 16:30:09 +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 dcab3d8..845d4c2 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.1' - gem 'rubocop-rspec', '~> 3.7.0' + gem 'rubocop-rspec', '~> 3.8.0' end group :test do