summaryrefslogtreecommitdiff
path: root/lib/rubygems/dependency_installer.rb
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2019-06-29 23:59:31 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-31 07:47:01 +0800
commit1dfe132aa5138a5664b353739fc2ad32d6cd68dd (patch)
tree927949217a0aef15b8f366e58b6186dd93d8660e /lib/rubygems/dependency_installer.rb
parent7081185664d438661a312eb3a12adcc84568b07e (diff)
[rubygems/rubygems] Move TODO comment to an information comment
https://github.com/rubygems/rubygems/commit/853ecdd417
Diffstat (limited to 'lib/rubygems/dependency_installer.rb')
-rw-r--r--lib/rubygems/dependency_installer.rb3
1 files changed, 1 insertions, 2 deletions
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?