[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 коммит произвёл Hiroshi SHIBATA
Родитель 7081185664
Коммит 1dfe132aa5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -164,9 +164,8 @@ class Gem::DependencyInstaller
if consider_remote?
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.
#
tuples, errors = Gem::SpecFetcher.fetcher.search_for_dependency dep
if best_only && !tuples.empty?