mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
add workaround for issue #395
This commit is contained in:
parent
e9d9640fab
commit
22ae454d4e
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
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
|
||||
|
|
Loading…
Reference in a new issue