From 32bb1d9196fa26a6440cc17ff49c26014b678192 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:11:02 +0000 Subject: [PATCH] Update dependency rubocop-rspec to '~> 3.9.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 401fede..7d87061 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :tests do gem 'rubocop', '~> 1.81.0' gem 'rubocop-performance', '~> 1.26.0' gem 'rubocop-rake', '~> 0.7.1' - gem 'rubocop-rspec', '~> 3.8.0' + gem 'rubocop-rspec', '~> 3.9.0' end group :development do