1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rubygems/resolver.rb: fixed NameError of Gem::Util::NULL_DEVICE.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-07-02 01:30:07 +00:00
parent 8cb26a09b2
commit ccd85f7b17
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Thu Jul 2 10:30:01 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/rubygems/resolver.rb: fixed NameError of Gem::Util::NULL_DEVICE.
Thu Jul 2 09:51:44 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/rubygems/resolver.rb: fix error of null device reference with DOSISH

View file

@ -1,5 +1,6 @@
require 'rubygems/dependency'
require 'rubygems/exceptions'
require 'rubygems/util'
require 'rubygems/util/list'
require 'uri'