Rakefile in gris-0.1.6 vs Rakefile in gris-0.1.7

- old
+ new

@@ -7,8 +7,9 @@ RSpec::Core::RakeTask.new desc 'Run RuboCop' RuboCop::RakeTask.new(:rubocop) do |task| task.fail_on_error = true + task.options = %w(-D --auto-correct) end task default: [:rubocop, :spec]