1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-01-31 09:19:47 +01:00
committed by Andreas Enge
parent 714a6abb40
commit c6173bcc4c
+1 -4
View File
@@ -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.")