Project

General

Profile

« Previous | Next » 

Revision 861b50d8

Added by mame (Yusuke Endoh) almost 6 years ago

lib/rubygems.rb: Stop "Leaked file descriptor" warning

Bundler.setup changes Gem::DefaultUserInteraction.ui and does not close
it. This change makes sure that it is closed.