refinery / refinerycms-authentication-devise

Devise based authentication extension for Refinery CMS
MIT License
17 stars 61 forks source link

Not compatible with rails 6 #50

Closed Paradoxor closed 4 years ago

Paradoxor commented 4 years ago

If you try to run the gem with rails 6 it fails due to action mailer version. s.add_dependency 'actionmailer', '>= 5.0.0' Action Mailer is limited to version 5

refinerycms-authentication-devise (~> 2.0.0) was resolved to 2.0.0, which depends on actionmailer (>= 5.0.0, < 5.2)