1
0
Fork 0
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:
Hiroshi SHIBATA 2019-12-18 14:53:19 +09:00
parent fa7fa5c86b
commit efbc0d499c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
5 changed files with 23 additions and 13 deletions

View file

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