Skip to content

Commit

Permalink
Add rubocop explicitly as a dependency
Browse files Browse the repository at this point in the history
It would be nice to have the release notes for rubocop updates in the
Dependabot's PRs, and we would still want to use it even if we remove the other
more specialized sets of cops.
  • Loading branch information
chvp committed Jun 8, 2024
1 parent 348cde9 commit 2892337
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 @@ -49,6 +49,7 @@ end

group :development do
gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop', '~> 1.64'
gem 'rubocop-factory_bot', '~> 2.26'
gem 'rubocop-minitest', '~> 0.35.0'
gem 'rubocop-rails', '~> 2.25'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ DEPENDENCIES
pundit (~> 2.3)
rack-cors (~> 2.0)
rails (~> 7.1)
rubocop (~> 1.64)
rubocop-factory_bot (~> 2.26)
rubocop-minitest (~> 0.35.0)
rubocop-rails (~> 2.25)
Expand Down

0 comments on commit 2892337

Please sign in to comment.