Rakefile in rack-graphql-2.1.0 vs Rakefile in rack-graphql-2.2.0

- old
+ new

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