Class: Bundler::RubygemsIntegration

Inherits:
Object
  • Object
show all
Defined in:
lib/bundler-pgs/bundler_patch.rb

Instance Method Summary collapse

Instance Method Details

#download_gem(spec, uri, path) ⇒ Object



9
10
11
12
# File 'lib/bundler-pgs/bundler_patch.rb', line 9

def download_gem(spec, uri, path)
  new_uri = ::BundlerPatch::UriResolver.resolve(uri)
  Gem::RemoteFetcher.fetcher.download(spec, new_uri, path)
end