billhorsman / inline_styles_mailer

Inline Styles Mailer Gem
MIT License
14 stars 11 forks source link

Relax Gemspec runtime dependency for Rails 5.2.1 #14

Closed afomera closed 6 years ago

afomera commented 6 years ago

Hi @billhorsman!

Nice to see you again here :) I'm working on trying to do our update to Rails 5.2.1 for my Work and it turns out when I added support for 5.1 and 5.2 I set the gemspec runtime dependency too strong.

So this PR bumps that for anything less than Rails 6 and then bumps TravisCI's Rails version to 5.2.1 similar to how the Rails 5.1 gemspec calls for 5.1.6.

Once again thanks for taking a look at this!

billhorsman commented 6 years ago

This PR has been released as version 1.0.3 @king601 - thanks again.

afomera commented 6 years ago

Thank you Bill!