class Bundler::RubygemsIntegration

def download_gem(spec, uri, path)

def download_gem(spec, uri, path)
  uri = Bundler::Source.mirror_for(uri)
  fetcher = Gem::RemoteFetcher.new(configuration[:http_proxy])
  fetcher.download(spec, uri, path)
end