Guardfile in
aaf-gumboot-1.0.0.pre.alpha.2
vs Guardfile in
aaf-gumboot-1.1.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
guard :bundler do watch('Gemfile') watch(/^.+\.gemspec/) end