`gem uninstall --user-install GEM_NAME` throws InstallError, even if the gem is installed · Issue #6457 · rubygems/rubygems
Describe the problem as clearly as you can If you run gem install --user-install SOME_GEM, then run gem uninstall --user-install SOME_GEM, RubyGems throws an error because the gem is not in GEM_HOM...