Rubocop: Bundler/OrderedGems

This commit is contained in:
Daniel O'Connor
2026-04-23 13:07:38 +00:00
parent f1acb35520
commit a38d99ed4a
2 changed files with 1 additions and 8 deletions

View File

@@ -6,13 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation.
Bundler/OrderedGems:
Exclude:
- 'Gemfile'
# Offense count: 19
Capybara/NegationMatcherAfterVisit:
Exclude:

View File

@@ -204,5 +204,5 @@ gem "i18n_data", "~> 1.1"
gem "paper_trail", "~> 17.0"
gem 'sitemap_generator'
gem 'aws-sdk-s3', '~> 1', '>= 1.114.0'
gem 'sitemap_generator'