Sync RubyGems and Bundler with upstream

This commit is contained in:
Hiroshi SHIBATA 2021-07-07 14:07:29 +09:00
parent 6e2240a2f9
commit c082c6eb7c
Notes: git 2021-07-07 15:32:14 +09:00
52 changed files with 477 additions and 466 deletions

View file

@ -68,7 +68,7 @@ class Gem::Installer
@path_warning = false
@install_lock = Mutex.new
@install_lock = Thread::Mutex.new
class << self
##