# File lib/bundler/rubygems_integration.rb, line 187 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