mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge bundler-2.1.1 from bundler/bundler
This commit is contained in:
parent
fa7fa5c86b
commit
efbc0d499c
5 changed files with 23 additions and 13 deletions
|
@ -19,4 +19,9 @@ if Bundler::SharedHelpers.in_bundle?
|
|||
else
|
||||
Bundler.ui.silence { Bundler.setup }
|
||||
end
|
||||
|
||||
# We might be in the middle of shelling out to rubygems
|
||||
# (RUBYOPT=-rbundler/setup), so we need to give rubygems the opportunity of
|
||||
# not being silent.
|
||||
Gem::DefaultUserInteraction.ui = nil
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue