Guardfile in rails-auth-2.1.4 vs Guardfile in rails-auth-2.2.0

- old
+ new

@@ -2 +1,3 @@ +# frozen_string_literal: true + guard :rspec, cmd: "bundle exec rspec" do watch(%r{^spec/.+_spec\.rb$})