mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Warn missing irb cases
This commit is contained in:
parent
86fcfcb3c0
commit
2a1962fc4a
Notes:
git
2024-09-12 07:28:19 +00:00
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue