Skip to content

Commit

Permalink
Add note about supported Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fphilipe committed Oct 16, 2022
1 parent eb80c8c commit 9259af4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ Premailer::Rails::Hook.perform(mail)

This will modify the email in place, useful e.g. in tests.

## Supported Rails Versions

This gem is tested on Rails versions 5 through 7.

For Rails 7, it only support the classical Sprockets asset pipeline. It does not yet support [Propshaft](https://github.com/rails/propshaft).

If you're looking to integrate with Webpacker, check out [these instructions](https://github.com/fphilipe/premailer-rails/issues/232#issuecomment-839819705).

## Small Print

### Author
Expand Down

0 comments on commit 9259af4

Please sign in to comment.