Skip to content

Commit

Permalink
Fix another archive issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cguess committed Mar 6, 2025
1 parent 629a2d7 commit 95452fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :development, :test do
gem "bullet"

# RuboCop is an excellent linter, we keep it in `test` for CI
gem "rubocop", require: false.
gem "rubocop", require: false
gem "rubocop-rails", require: false # Rails specific styles
gem "rubocop-rails_config", require: false # More Rails stuff
gem "rubocop-performance", require: false # Performance checks
Expand Down

0 comments on commit 95452fd

Please sign in to comment.