Rakefile in roda-monads-0.1.0 vs Rakefile in roda-monads-0.2.0
- old
+ new
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
require 'bundler/setup'
-task default: %i(spec cop bundle:audit doc)
+task default: %i[spec cop bundle:audit doc]
- old
+ new