Guardfile in phony_rails-0.14.3 vs Guardfile in phony_rails-0.14.4
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
# More info at https://github.com/guard/guard#readme
guard 'bundler' do
watch('Gemfile')
watch(/^.+\.gemspec/)
- old
+ new