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