method

fetch_remote_specs

fetch_remote_specs(dependency)
public

No documentation available.

# File lib/rubygems/commands/dependency_command.rb, line 57
  def fetch_remote_specs dependency # :nodoc:
    fetcher = Gem::SpecFetcher.fetcher

    ss, = fetcher.spec_for_dependency dependency

    ss.map { |spec, _| spec }
  end