mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
parent
84fdaaab46
commit
f3bda8987e
30 changed files with 2579 additions and 114 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue