method

gem_remote_fetcher

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