Project

General

Profile

« Previous | Next » 

Revision 4cbfd87e

Added by deivid (David Rodríguez) over 2 years ago

[rubygems/rubygems] Allow disabling RubyGems require decorations

Currently Bundler needs to do cumbersome operations to revert custom
RubyGems require on a bundler/setup context. This causes issues when
third party gems also monkeypatch require, since Bundler will also undo
those decorations.

This commit allows it to use the simpler approach of properly telling
RubyGems that it needs to default to built-in require without any extra
magic.

https://github.com/rubygems/rubygems/commit/1df5009e14

Co-authored-by: Xavier Noria