mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 11:33:58 +02:00
Merge RubyGems-3.3.18 and Bundler-2.3.18
This commit is contained in:
parent
7ef68dd74a
commit
0918783347
69 changed files with 586 additions and 167 deletions
|
@ -9,11 +9,6 @@ require_relative '../rubygems'
|
|||
require_relative 'command_manager'
|
||||
require_relative 'deprecate'
|
||||
|
||||
##
|
||||
# Load additional plugins from $LOAD_PATH
|
||||
|
||||
Gem.load_env_plugins rescue nil
|
||||
|
||||
##
|
||||
# Run an instance of the gem program.
|
||||
#
|
||||
|
@ -37,6 +32,9 @@ class Gem::GemRunner
|
|||
|
||||
do_configuration args
|
||||
|
||||
Gem.load_env_plugins rescue nil
|
||||
Gem.load_plugins
|
||||
|
||||
cmd = @command_manager_class.instance
|
||||
|
||||
cmd.command_names.each do |command_name|
|
||||
|
@ -75,5 +73,3 @@ class Gem::GemRunner
|
|||
Gem::Command.extra_args = Gem.configuration[:gem]
|
||||
end
|
||||
end
|
||||
|
||||
Gem.load_plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue