Rakefile in aw-0.1.4 vs Rakefile in aw-0.1.5

- old
+ new

@@ -17,6 +17,6 @@ Rake::Task['test'].invoke end end task(:doc_stats) { ruby '-S yard stats' } -task default: %i[test doc_stats] +task default: %i[test doc_stats rubocop]