Skip to content

Commit

Permalink
Prevent unrecognized cop error in rubocop-rspec-rails default config
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Mar 31, 2024
1 parent 979a763 commit dd62388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit dd62388

Please sign in to comment.