diff --git a/Gemfile b/Gemfile index ef1c2f56c..2fd78a599 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,8 @@ group :development do gem 'rspec-benchmark', '~> 0.6.0' gem 'rubocop', '~> 1.62.0' gem 'rubocop-performance', '~> 1.20.0' - gem 'rubocop-rspec', '~> 2.27.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'