From 22ae454d4e04de25c10ad2e541736befe5cfa072 Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Thu, 29 Dec 2011 00:51:50 -0800 Subject: [PATCH] add workaround for issue #395 --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 28f5a2a5..3d42690e 100644 --- a/Rakefile +++ b/Rakefile @@ -32,6 +32,8 @@ def check_dependencies ENV["BUNDLE_GEMFILE"] = File.expand_path("../Gemfile", __FILE__) Bundler.definition.missing_specs + + eval('nil', TOPLEVEL_BINDING, '(pry)') # workaround for issue #395 rescue LoadError # if Bundler isn't installed, we'll just assume your setup is ok. rescue Bundler::GemNotFound