Skip to content

Commit

Permalink
chore: add rubocop gem to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Pastor committed Dec 1, 2023
1 parent f24a10b commit ecb9b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ gem 'pundit'
gem 'devise-i18n'
gem 'doorkeeper-i18n'
gem 'rails-i18n'
gem 'rubocop', require: false

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.0.3)
rails-i18n
rubocop
rubocop-rails
tzinfo-data

Expand Down

0 comments on commit ecb9b31

Please sign in to comment.