diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 79e9777..1ed640f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,14 +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, Include. -# Include: **/*.gemfile, **/Gemfile, **/gems.rb -Bundler/OrderedGems: - Exclude: - - 'Gemfile' - # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: Include. diff --git a/Gemfile b/Gemfile index 48dc5b3..3b4b313 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gemspec group :development do gem 'pry' gem 'rake' + gem 'rubocop' gem 'sqlite3', '~> 1.6.0' gem 'test-unit' - gem 'rubocop' end