method

gem_remote_fetcher

ruby latest stable - Class: Bundler::RubygemsIntegration::Future

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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