From e719780c7a96341723ef5dae60b97615cd2a2299 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Sun, 31 Mar 2024 12:11:22 +0200 Subject: [PATCH] Prevent unrecognized cop error in rubocop-rspec-rails default config See https://github.com/rubocop/rubocop-rspec_rails/pull/14 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 53909914c..d869fc586 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,7 @@ group :development do gem 'rubocop', '~> 1.62.0' gem 'rubocop-performance', '~> 1.20.0' gem 'rubocop-rspec', '~> 2.28.0' + gem 'rubocop-rspec-rails', '~> 2.28.2' gem 'simplecov', '>= 0.18.0', '< 0.23.0' gem 'yard', '~> 0.9.5'