Merge RubyGems-3.4.11 and Bundler-2.4.11

This commit is contained in:
Hiroshi SHIBATA 2023-07-19 14:12:03 +09:00 committed by nagachika
parent 5d568e1898
commit dd91a17560
41 changed files with 18561 additions and 227 deletions

View file

@ -83,7 +83,7 @@ class Gem::CommandManager
# Return the authoritative instance of the command manager.
def self.instance
@command_manager ||= new
@instance ||= new
end
##
@ -98,7 +98,7 @@ class Gem::CommandManager
# Reset the authoritative instance of the command manager.
def self.reset
@command_manager = nil
@instance = nil
end
##