class Bundler::Source::Rubygems
def fetch(spec)
def fetch(spec) Bundler.ui.debug " * Downloading" spec.fetch_platform Gem::RemoteFetcher.fetcher.download(spec, uri, Gem.dir) end
def fetch(spec) Bundler.ui.debug " * Downloading" spec.fetch_platform Gem::RemoteFetcher.fetcher.download(spec, uri, Gem.dir) end