1
0
Fork 0
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:
Hiroshi SHIBATA 2020-02-19 15:00:24 +09:00
parent 26cbda8dc9
commit 3c9633acfc
Notes: git 2021-05-12 17:25:23 +09:00

View file

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