Skip to content

Commit

Permalink
Add rubocop-rails to the Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Aug 26, 2024
1 parent de9b020 commit e1b89bd
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 @@ -31,6 +31,7 @@ group(:development, :test) do
gem 'rubocop', '~> 1.0', require: false
gem 'rubocop-rake', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rails', require: false
gem 'simplecov', require: false
gem 'webmock', '~> 3.18'
gem 'yard', require: false
Expand Down

0 comments on commit e1b89bd

Please sign in to comment.