зеркало из https://github.com/github/ruby.git
Warn missing irb cases
This commit is contained in:
Родитель
86fcfcb3c0
Коммит
2a1962fc4a
|
@ -35,6 +35,8 @@ class Binding
|
|||
Bundler::Definition.no_lock = true
|
||||
|
||||
Bundler::Runtime.new(nil, definition).setup
|
||||
rescue Bundler::GemNotFound
|
||||
warn "Failed to activate #{gem}, please install it with 'gem install #{gem}'"
|
||||
ensure
|
||||
Bundler.ui = orig_ui
|
||||
Bundler::Definition.no_lock = orig_no_lock
|
||||
|
|
Загрузка…
Ссылка в новой задаче