summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-18 14:56:57 +0900
committergit <svn-admin@ruby-lang.org>2024-04-19 05:18:21 +0000
commitacc326b7c4867429f3ea0d96e12c0efa6bfcb079 (patch)
treedde98765450bcfb078d59c280616ab5259104470 /lib
parenta95b46db067ef5013c20db2340c1b6fd76b3e5df (diff)
[rubygems/rubygems] Removed needless class name
https://github.com/rubygems/rubygems/commit/a2f43d3756
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 98a58502be..50b7a0c837 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -184,7 +184,7 @@ module Bundler
# Bundler.require(:test) # requires second_gem
#
def require(*groups)
- Bundler.load_plugins
+ load_plugins
setup(*groups).require(*groups)
end