# File lib/bundler/rubygems_integration.rb, line 103 def download_gem(spec, uri, path) Gem::RemoteFetcher.fetcher.download(spec, uri, path) end