class Bundler::RubygemsIntegration

def gem_remote_fetcher

def gem_remote_fetcher
  require "rubygems/remote_fetcher"
  proxy = Gem.configuration[:http_proxy]
  Gem::RemoteFetcher.new(proxy)
end