The dreaded "trying to uninstall - uninstalled - still lists it!" issue! :) FWIW this problem isn't specific to Capistrano and you may encounter it with other gem-heavy apps. Try this:
> gem list -d highline You should get a detailed listing including where the gem is installed. Then you can do > gem uninstall --install-dir /full/path/to/install/directory highline On Mon, Apr 13, 2009 at 6:04 PM, [email protected] <[email protected]> wrote: > Already done, but gem lists: > > *** LOCAL GEMS *** > > highline (1.5.0, 1.2.9) > > with NO gems installed! > > If I install ONLY a specific gem, gem lists: > > *** LOCAL GEMS *** > > highline (1.5.0, 1.2.9) --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
