Merge the master branch of rubygems repo

Picked from 4b498709a0
This commit is contained in:
Hiroshi SHIBATA 2021-11-16 20:19:13 +09:00
parent 84fdaaab46
commit f3bda8987e
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
30 changed files with 2579 additions and 114 deletions

View file

@ -81,7 +81,7 @@ class Gem::Commands::UninstallCommand < Gem::Command
'Uninstall gem from the vendor directory.',
'Only for use by gem repackagers.') do |value, options|
unless Gem.vendor_dir
raise OptionParser::InvalidOption.new 'your platform is not supported'
raise Gem::OptionParser::InvalidOption.new 'your platform is not supported'
end
alert_warning 'Use your OS package manager to uninstall vendor gems'