diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-07-02 00:51:50 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-07-02 00:51:50 +0000 |
commit | 8cb26a09b2872fbaf4265a746af73ddeb97580d1 () | |
tree | 51f1906fc12af5c1e71b1113f2b654dfe4d46d26 | |
parent | 71e8a4e618d46d0369974a909e7579085df75fa5 (diff) |
* lib/rubygems/resolver.rb: fix error of null device reference with DOSISH
platform. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/rubygems/resolver.rb | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ Thu Jul 2 06:49:44 2015 SHIBATA Hiroshi <[email protected]> * lib/rubygems: Update to RubyGems HEAD(c202db2). @@ -172,7 +172,7 @@ class Gem::Resolver include Molinillo::UI def output - @output ||= debug? ? $stdout : File.open('/dev/null', 'w') end def debug? |