method
gem_remote_fetcher
v2_6_3 -
Show latest stable
- Class:
Bundler::RubygemsIntegration::Future
gem_remote_fetcher()public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 776
def gem_remote_fetcher
require "resolv"
proxy = configuration[:http_proxy]
dns = Resolv::DNS.new
Bundler::GemRemoteFetcher.new(proxy, dns)
end