From 7522d1bffea93989f33895da90746e40ce26d52b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 18 Apr 2024 18:54:55 +0900 Subject: [PATCH] [rubygems/rubygems] Keep backword compatibility of Bundler.require https://github.com/rubygems/rubygems/commit/f6f79f4c37 --- lib/bundler/runtime.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb index dba6e7ac83..54aa30ce0b 100644 --- a/lib/bundler/runtime.rb +++ b/lib/bundler/runtime.rb @@ -86,6 +86,8 @@ module Bundler end Plugin.hook(Plugin::Events::GEM_AFTER_REQUIRE_ALL, dependencies) + + dependencies end def self.definition_method(meth)