From cfe5515736e2363be60927b8c6db73afde09a6d4 Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Thu, 29 Dec 2011 01:07:33 -0800 Subject: [PATCH] better choice of __FILE__ (see issue #395) --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3d42690e..cb44a65f 100644 --- a/Rakefile +++ b/Rakefile @@ -33,7 +33,7 @@ def check_dependencies ENV["BUNDLE_GEMFILE"] = File.expand_path("../Gemfile", __FILE__) Bundler.definition.missing_specs - eval('nil', TOPLEVEL_BINDING, '(pry)') # workaround for issue #395 + eval('nil', TOPLEVEL_BINDING, '
') # workaround for issue #395 rescue LoadError # if Bundler isn't installed, we'll just assume your setup is ok. rescue Bundler::GemNotFound