From: "hsbt (Hiroshi SHIBATA)" Date: 2022-11-17T06:40:57+00:00 Subject: [ruby-core:110789] [Ruby master Bug#18281] Ruby 3.1.0: gem uninstall -aIx fails to uninstall debug Issue #18281 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Open to Closed Target version deleted (3.2) ```ruby $ gem -v 3.4.0.dev $ gem uninstall -aIx debug Successfully uninstalled debug-1.4.0 Successfully uninstalled debug-1.6.2 ``` The current master of Rubygems seems working with `GEM_HOME` variable. and without `GEM_HOME` variable is also working. ``` $ gem uninstall -aIx debug Removing rdbg Successfully uninstalled debug-1.6.3 ``` I'll close this because this is dev environmental issue. ---------------------------------------- Bug #18281: Ruby 3.1.0: gem uninstall -aIx fails to uninstall debug https://bugs.ruby-lang.org/issues/18281#change-100139 * Author: zzak (Zachary Scott) * Status: Closed * Priority: Normal * ruby -v: ruby 3.1.0dev (2021-11-01T08:48:03Z master b474049c78) [x86_64-darwin20] * Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN ---------------------------------------- ���� So I'm not sure this is a bug with `debug` or rubygems, but thought I'd start here. When running `gem uninstall -aIx` on Ruby 3.1.0 I get the following error: ``` ERROR: While executing gem ... (Gem::InstallError) debug is not installed in GEM_HOME, try: gem uninstall -i .../.rubies/ruby-core/lib/ruby/gems/3.1.0 debug ``` -- https://bugs.ruby-lang.org/ Unsubscribe: