diff --git a/Gemfile b/Gemfile index bd40968..9b1c501 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,8 @@ group :test do gem 'rubocop', '~> 1.50.0' gem 'rubocop-rspec', '~> 2.19' gem 'rubocop-performance', '~> 1.16' + gem 'rubocop-factory_bot', '!= 2.26.0', require: false + gem 'rubocop-rspec_rails', '!= 2.29.0', require: false gem 'simplecov' gem 'simplecov-console'