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:
parent
7081185664
commit
1dfe132aa5
1 changed files with 1 additions and 2 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue