Skip to content

Commit

Permalink
[TASK] Add rubocop-rspec_rails to our CI toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Jun 14, 2024
1 parent 8a334fd commit 2f58bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require:
- rubocop-rails
- rubocop-rake
- rubocop-rspec
- rubocop-rspec_rails

AllCops:
TargetRubyVersion: 3.1
Expand Down
1 change: 1 addition & 0 deletions currency_select.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop-rails', '~> 2.25.0'
s.add_development_dependency 'rubocop-rake', '~> 0.6.0'
s.add_development_dependency 'rubocop-rspec', '~> 3.0.1'
s.add_development_dependency 'rubocop-rspec_rails', '~> 2.30.0'
end

0 comments on commit 2f58bcc

Please sign in to comment.