mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* lib/rubygems: Update to RubyGems master 42543b6. Changes:
Fix `gem update` for gems with multiple platforms. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aa7a74e4ff
commit
18b7112ec1
3 changed files with 25 additions and 1 deletions
|
@ -112,7 +112,9 @@ command to remove old versions.
|
|||
|
||||
spec_tuples, errors = fetcher.search_for_dependency dependency
|
||||
|
||||
raise errors.first unless errors.empty?
|
||||
error = errors.find { |errors| errors.respond_to? :exception }
|
||||
|
||||
raise error if error
|
||||
|
||||
spec_tuples
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue