Project

General

Profile

« Previous | Next » 

Revision 668e78f0

Added by deivid (David Rodríguez) about 3 years ago

[rubygems/rubygems] Only activate bundler when needed

Loading Bundler beforehand was actually replacing ENV with a backup of
the pre-Bundler environment through Bundler::EnvironmentPreserver. I
think that was making a bug in ENV.replace not bite our tests, because
Bundler includes proper patches to workaround that issue. So this commit
also includes these patches in RubyGems tests.

https://github.com/rubygems/rubygems/commit/8e079149b9