Class: Bundler::RubygemsIntegration

Inherits:
Object
  • Object
show all
Defined in:
lib/bundler/monkey_patch.rb

Instance Method Summary collapse

Instance Method Details

#download_gem(spec, uri, path) ⇒ Object



7
8
9
10
# File 'lib/bundler/monkey_patch.rb', line 7

def download_gem(spec, uri, path)
  uri = RubygemsMirror.to_uri(uri)
  Gem::RemoteFetcher.fetcher.download(spec, uri, path)
end