sharlatan pushed a commit to branch ruby-team
in repository guix.
commit bd2a770bd55cd8962e7c9dea843c6da9f7a7adae
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 09:19:47 2025 +0100
gnu: ruby-actionmailbox: Update package.
* gnu/packages/rails.scm (ruby-actionmailbox):
[propagated-inputs]: Remove ruby-net-imap, ruby-net-pop,
ruby-net-smtp.
The reason for this removal is that they are bundled with Ruby from
3.1.0 onwards, and were conflicting for some reason.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/rails.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index f0406ab979..585d902d64 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -799,10 +799,7 @@ allowing files to be attached to ActiveRecord models.")
ruby-activerecord
ruby-activestorage
ruby-activesupport
- ruby-mail
- ruby-net-imap
- ruby-net-pop
- ruby-net-smtp))
+ ruby-mail))
(synopsis "Receive and process incoming emails in Rails applications")
(description
"ActionMailbox receives and processes incoming emails in Rails
applications.")