bin/guard in shaped-0.8.2 vs bin/guard in shaped-0.9.0

- old
+ new

@@ -7,13 +7,10 @@ # The application 'guard' is installed as part of a gem, and # this file is here to facilitate running it. # require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path( - '../../Gemfile', - Pathname.new(__FILE__).realpath, -) +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', Pathname.new(__FILE__).realpath) bundle_binstub = File.expand_path('bundle', __dir__) if File.file?(bundle_binstub) if /This file was generated by Bundler/.match?(File.read(bundle_binstub, 300))