[#106341] [Ruby master Bug#18369] users.detect(:name, "Dorian") as shorthand for users.detect { |user| user.name == "Dorian" } — dorianmariefr <noreply@...>
Issue #18369 has been reported by dorianmariefr (Dorian Mari辿).
14 messages
2021/11/30
[#106351] [Ruby master Bug#18371] Release branches (release information in general) — "tenderlovemaking (Aaron Patterson)" <noreply@...>
Issue #18371 has been reported by tenderlovemaking (Aaron Patterson).
7 messages
2021/11/30
[ruby-core:105893] [Ruby master Bug#18281] Ruby 3.1.0: gem uninstall -aIx fails to uninstall debug
From:
"zzak (Zachary Scott)" <noreply@...>
Date:
2021-11-01 23:05:52 UTC
List:
ruby-core #105893
Issue #18281 has been reported by zzak (Zachary Scott).
----------------------------------------
Bug #18281: Ruby 3.1.0: gem uninstall -aIx fails to uninstall debug
https://bugs.ruby-lang.org/issues/18281
* Author: zzak (Zachary Scott)
* Status: Open
* Priority: Normal
* Target version: 3.1
* 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: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>