diff options
author | Douwe Maan <douwe@selenight.nl> | 2016-01-28 17:54:13 +0100 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2016-03-19 20:04:10 +0100 |
commit | a8aa59e96ef64a11073d7c84a9af93077f98bf8a (patch) | |
tree | 12c521bbf5fc005a88c62cbaeeafb547c107fe9b /Gemfile | |
parent | 0ce7c1e494403cba995b77cd9dec09d79256d13d (diff) | |
download | gitlab-ce-a8aa59e96ef64a11073d7c84a9af93077f98bf8a.tar.gz |
Inline mailer CSS using premailer.
# Conflicts:
# Gemfile.lock
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -222,6 +222,8 @@ gem 'net-ssh', '~> 3.0.1' # Sentry integration gem 'sentry-raven', '~> 0.15' +gem 'premailer-rails', '~> 1.9.0' + # Metrics group :metrics do gem 'allocations', '~> 1.0', require: false, platform: :mri |