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

[rubygems/rubygems] Move TODO comment to an information comment

https://github.com/rubygems/rubygems/commit/853ecdd417
This commit is contained in:
bronzdoc 2019-06-29 23:59:31 -06:00 committed by Hiroshi SHIBATA
parent 7081185664
commit 1dfe132aa5
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -164,9 +164,8 @@ class Gem::DependencyInstaller
if consider_remote? if consider_remote?
begin begin
# TODO this is pulled from #spec_for_dependency to allow # This is pulled from #spec_for_dependency to allow
# us to filter tuples before fetching specs. # us to filter tuples before fetching specs.
#
tuples, errors = Gem::SpecFetcher.fetcher.search_for_dependency dep tuples, errors = Gem::SpecFetcher.fetcher.search_for_dependency dep
if best_only && !tuples.empty? if best_only && !tuples.empty?