mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* lib/rubygems: Update to RubyGems master commit 2a74263. This fixes
several bugs in RubyGems 2.2.0.preview.1. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cfe1458078
commit
28918eac58
62 changed files with 1270 additions and 3847 deletions
|
@ -110,7 +110,9 @@ command to remove old versions.
|
|||
|
||||
fetcher = Gem::SpecFetcher.fetcher
|
||||
|
||||
spec_tuples, _ = fetcher.search_for_dependency dependency
|
||||
spec_tuples, errors = fetcher.search_for_dependency dependency
|
||||
|
||||
raise errors.first unless errors.empty?
|
||||
|
||||
spec_tuples
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue