ruby/lib/rubygems/core_ext
David Rodríguez 4cbfd87e5a [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.

1df5009e14

Co-authored-by: Xavier Noria <fxn@hashref.com>
2023-01-31 10:49:08 +09:00
..
kernel_gem.rb [rubygems/rubygems] [DOC] Remove internal document about Kernel monkey patch 2023-01-08 08:09:34 +00:00
kernel_require.rb [rubygems/rubygems] Allow disabling RubyGems require decorations 2023-01-31 10:49:08 +09:00
kernel_warn.rb [rubygems/rubygems] Let RDoc parse the doc of Kernel#require 2023-01-08 08:09:33 +00:00
tcpsocket_init.rb RubyGems: Enable Style/StringLiterals cop 2022-07-22 12:07:23 +09:00