Project

General

Profile

« Previous | Next » 

Revision 205cbc09

Added by segiddins (Samuel Giddins) about 2 years ago

[rubygems/rubygems] Reuse Gem::RemoteFetcher instance in bundler

Closes https://github.com/rubygems/rubygems/issues/7076

Bundler will now use the same (shared) remote fetcher instance that
RubyGems uses.

This will allow installs to use a shared connection pool, which
represents a significant performance improvement on a clean install.

https://github.com/rubygems/rubygems/commit/cd87b40fe1