bobf / action_mailbox_amazon_ingress

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

allow use of rails 6.1+ including rails 7 #9

Closed dorianmariecom closed 2 years ago

dorianmariecom commented 2 years ago

Using rails 7.0.0 (was 6.1.4.1)

better than #7 that it actually allows rails 7, I ran bundle update and it did upgrade to rails 7 and ran make test and tests pass

oopsie for the previous PR

skylarmacdonald commented 2 years ago

Nice branch name :)

Thanks for doing this!

dorianmariecom commented 2 years ago

the really nice thing is that this is compatible for future versions of rails, I think rails main branch switched to 8 already and this is compatible with rails main then

bobf commented 2 years ago

Merged and new release published:

https://rubygems.org/gems/action_mailbox_amazon_ingress/versions/0.1.3

Thanks for fixing so quickly, @dorianmariefr and thanks, @skylarmacdonald for reporting/advising.