[rubygems/rubygems] Keep backword compatibility of Bundler.require

https://github.com/rubygems/rubygems/commit/f6f79f4c37
This commit is contained in:
Hiroshi SHIBATA 2024-04-18 18:54:55 +09:00 committed by git
parent acc326b7c4
commit 7522d1bffe

View File

@ -86,6 +86,8 @@ module Bundler
end
Plugin.hook(Plugin::Events::GEM_AFTER_REQUIRE_ALL, dependencies)
dependencies
end
def self.definition_method(meth)