From 1dfe132aa5138a5664b353739fc2ad32d6cd68dd Mon Sep 17 00:00:00 2001 From: bronzdoc Date: Sat, 29 Jun 2019 23:59:31 -0600 Subject: [rubygems/rubygems] Move TODO comment to an information comment https://github.com/rubygems/rubygems/commit/853ecdd417 --- lib/rubygems/dependency_installer.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/rubygems/dependency_installer.rb') diff --git a/lib/rubygems/dependency_installer.rb b/lib/rubygems/dependency_installer.rb index 9610670b3f..a5738ca925 100644 --- a/lib/rubygems/dependency_installer.rb +++ b/lib/rubygems/dependency_installer.rb @@ -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? -- cgit v1.2.3