ActiveCampaign / postmark-rails

Official integration library for using Rails and ActionMailer with the Postmark HTTP API
https://postmarkapp.com
MIT License
354 stars 47 forks source link

Add Rails5 gemfile to be tested against? #57

Closed acorncom closed 8 years ago

acorncom commented 8 years ago

As mentioned at https://github.com/wildbit/postmark-gem/issues/51#issuecomment-225233199, this gem isn't currently tested against Rails5. Would it be possible to get that setup?

acorncom commented 8 years ago

For the record, with the little testing I've done of things so far this seems to be running fine with Rails 5.0.0 đź‘Ť

temochka commented 8 years ago

Hi! Sorry, I forgot to update that older issue. There is no need to add another Gemfile. The default Gemfile always installs the latest stable version of the actionmailer gem as it is (and we don’t depend on full Rails gem). Custom gemfiles are only used for older versions of actionmailer. As specified in both the README and the CHANGELOG for v0.13.0, the gem is now verified to work with ActionMailer 5.0.

acorncom commented 8 years ago

Thanks!