mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Also use capture_output instead of capture_io
https://github.com/rubygems/rubygems/commit/229858ea56
This commit is contained in:
parent
26cbda8dc9
commit
3c9633acfc
Notes:
git
2021-05-12 17:25:23 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ This directory does not appear to be a RubyGems repository, skipping
|
||||||
|
|
||||||
doctor = Gem::Doctor.new @gemhome
|
doctor = Gem::Doctor.new @gemhome
|
||||||
|
|
||||||
capture_io do
|
capture_output do
|
||||||
use_ui @ui do
|
use_ui @ui do
|
||||||
doctor.doctor
|
doctor.doctor
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue