Rakefile in trix-0.10.2 vs Rakefile in trix-0.11.0

- old
+ new

@@ -6,6 +6,6 @@ RSpec::Core::RakeTask.new(:spec) require 'rubocop/rake_task' RuboCop::RakeTask.new -task default: [:rubocop, :spec] +task default: %i(rubocop spec)