diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-16 03:29:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-16 03:29:11 +0100 |
commit | 5276c0a0900a0886b59a8ead2346540aa381ea46 (patch) | |
tree | fbc338f77623f670b6421b87606028a68fb68bd5 /Gemfile | |
parent | 7861c5f108a8f8cb0450f3b1ef865b1177c706fc (diff) |
HTML e-mails for UserMailer (#6256)
- premailer gem to turn CSS into inline styles automatically - rework UserMailer templates - reword UserMailer templates
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index a5bf2daff..84578fc36 100644 --- a/Gemfile +++ b/Gemfile @@ -49,6 +49,7 @@ gem 'oj', '~> 3.3' gem 'ostatus2', '~> 2.0' gem 'ox', '~> 2.8' gem 'pundit', '~> 1.1' +gem 'premailer-rails' gem 'rack-attack', '~> 5.0' gem 'rack-cors', '~> 0.4', require: 'rack/cors' gem 'rack-timeout', '~> 0.4' |