bobf / action_mailbox_amazon_ingress

Rails ActionMailbox ingress for Amazon SES
MIT License
28 stars 17 forks source link

Depend on actionmailbox only. #10

Closed seuros closed 2 years ago

seuros commented 2 years ago

Only actionmailbox is required for this gem to work.

bobf commented 2 years ago

@seuros Thanks for this. Please see this PR which allows compatibility with Rails 6.0, so I think it would only make sense to adjust the actionmailbox constraint similarly - I'll happily merge at that point.

Out of interest, do you have a legitimate use case for using ActionMailbox outside of Rails ? (Just curious).

bobf commented 2 years ago

@seuros Thank you - merged !

seuros commented 2 years ago

@bobf I'm not using outside rails. But depending on rails reinstall unused gems. For example, it add activemodel/record and actioncable. The light app I'm working on use Redis as database instead.