add workaround for issue #395

This commit is contained in:
Ryan Fitzgerald 2011-12-29 00:51:50 -08:00
parent e9d9640fab
commit 22ae454d4e
1 changed files with 2 additions and 0 deletions

View File

@ -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