From eaae6386aa4fe0c89642ea06fd01e4577326c00a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:33:00 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v3 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3ee831699ee..9b6e303a3a2 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem 'rake', '13.2.1' gem 'redcarpet', '3.6.0' gem 'rss', '0.3.0' gem 'rubocop', '1.64.1' -gem 'rubocop-rspec', '2.31.0' +gem 'rubocop-rspec', '3.0.2' gem 'sass', '3.7.4' gem 'scss_lint', '0.60.0' gem 'trollop', '2.9.10'