Rakefile in shib-rack-0.2.0 vs Rakefile in shib-rack-0.3.0
- old
+ new
@@ -5,6 +5,6 @@
require 'rubocop/rake_task'
RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new
-task default: [:spec, :rubocop]
+task default: %i[spec rubocop]
- old
+ new