Mange / roadie-rails

Making HTML emails comfortable for the Rails rockstars
MIT License
363 stars 65 forks source link

Possible to allow for Rails 7 alpha? #94

Closed floydj closed 2 years ago

floydj commented 3 years ago

I'd like to use edge rails, which is 7.0.0.alpha. But roadie prevents this with the gem spec:

 spec.add_dependency "railties", ">= 5.1", "< 6.2"

Any chance of getting that updated?

Mange commented 3 years ago

You could fork the gem and test it with that version. Please report back your results.

If it seems to work well, we could add official support for it.