diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index bed585da5..20e6f4711 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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: diff --git a/Gemfile b/Gemfile index bd85d4a44..4c8e67b8f 100644 --- a/Gemfile +++ b/Gemfile @@ -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'