Rakefile in acts_as_hashids-0.1.5 vs Rakefile in acts_as_hashids-0.1.6
- old
+ new
@@ -5,6 +5,6 @@
require 'rubocop/rake_task'
RuboCop::RakeTask.new
task(:default).clear
-task default: [:spec, :rubocop]
+task default: %i[spec rubocop]
- old
+ new