mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
[rubygems/rubygems] Fix error message calling method removed a long time ago
5fbe5e43d6
This commit is contained in:
parent
7857061ecd
commit
847fc9af18
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ that is a dependency of an existing gem. You can use the
|
|||
rescue Gem::GemNotInHomeException => e
|
||||
spec = e.spec
|
||||
alert("In order to remove #{spec.name}, please execute:\n" \
|
||||
"\tgem uninstall #{spec.name} --install-dir=#{spec.installation_path}")
|
||||
"\tgem uninstall #{spec.name} --install-dir=#{spec.base_dir}")
|
||||
rescue Gem::UninstallError => e
|
||||
spec = e.spec
|
||||
alert_error("Error: unable to successfully uninstall '#{spec.name}' which is " \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue