sharlatan pushed a commit to branch ruby-team
in repository guix.
commit 8a06657a9bd2a4dbef311301b42b650a5e865ac0
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 09:19:48 2025 +0100
gnu: ruby-actionmailer: Update package.
* gnu/packages/rails.scm (ruby-actionmailer):
[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 | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index 585d902d64..5c14ba8ead 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -826,9 +826,6 @@ allowing files to be attached to ActiveRecord models.")
ruby-activejob
ruby-activesupport
ruby-mail
- ruby-net-imap
- ruby-net-pop
- ruby-net-smtp
ruby-rails-dom-testing))
(synopsis "Work with emails using the controller/view pattern")
(description