Guardfile in tjson-0.3.0 vs Guardfile in tjson-0.4.0

- old
+ new

@@ -1,5 +1,6 @@ # frozen_string_literal: true + # More info at https://github.com/guard/guard#readme guard :rspec, cmd: "GUARD_RSPEC=1 bundle exec rspec --no-profile" do require "guard/rspec/dsl" dsl = Guard::RSpec::Dsl.new(self)