# File lib/bundler/source.rb, line 28
      def fetch(spec)
        Bundler.ui.debug "  * Downloading"
        spec.fetch_platform
        Gem::RemoteFetcher.fetcher.download(spec, uri, Gem.dir)
      end