Uh oh!
There was an error while loading. Please reload this page.
Remove needless dependencies - #10
Conversation
These are default gems, so there is no need to explicitly depend on them, and depending on them is actually harmful: https://bugs.ruby-lang.org/issues/18567.
hsbt
commented
Feb 21, 2022
same as ruby/net-imap#56 (comment) |
hsbt
commented
Sep 28, 2022
I will revert this change when we remove |
eregon
commented
Sep 28, 2022
Is there any plan to do so? That sounds extremely disruptive and never worth it. |
hsbt
commented
Sep 28, 2022
Yes, Because I added them to dependencies. But You refuse it. I have no idea to care it. |
eregon
commented
Sep 28, 2022
Right, but thousands of Ruby devs would need to add the dependency, not just in a few default gems. |
These are default gems, so there is no need to explicitly depend on them,
and depending on them is actually harmful: https://bugs.ruby-lang.org/issues/18567.