Skip to content

Commit

Permalink
update for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
melksnitis committed Jun 13, 2024
1 parent 0f25b67 commit a9db49e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gc_ruboconfig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ Gem::Specification.new do |spec|

spec.files = ['rubocop.yml', 'rails.yml']
spec.add_dependency 'rubocop', '>= 1.63'
spec.add_dependency 'rubocop-capybara', '>= 2.21.0'
spec.add_dependency 'rubocop-factory_bot', '>= 2.26.1'
spec.add_dependency 'rubocop-performance', '>= 1.21'
spec.add_dependency 'rubocop-rails', '>= 2.25.0'
spec.add_dependency 'rubocop-rspec', '>= 2.29.2'
spec.add_dependency 'rubocop-rspec', '>= 3.0.1'
spec.add_dependency 'rubocop-rspec_rails', '>= 2.30.0'
end
4 changes: 4 additions & 0 deletions rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
require:
- rubocop-rspec
- rubocop-performance
- rubocop-factory_bot
- rubocop-capybara
- rubocop-rails
- rubocop-rspec_rails

AllCops:
DisplayCopNames: true
Expand Down

0 comments on commit a9db49e

Please sign in to comment.