Skip to content

Commit f6f79f4

Browse files
committed
Keep backword compatibility of Bundler.require
1 parent a2f43d3 commit f6f79f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bundler/lib/bundler/runtime.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def require(*groups)
8686
end
8787

8888
Plugin.hook(Plugin::Events::GEM_AFTER_REQUIRE_ALL, dependencies)
89+
90+
dependencies
8991
end
9092

9193
def self.definition_method(meth)

0 commit comments

Comments
 (0)