summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-31 07:38:29 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-31 07:38:29 +0000
commit0dc3c2fe1c864b3236e23cad7592d359d40a8075 (patch)
tree602566756c20381ac201041f480f39c1604c0223 /Gemfile
parent3b45b2e55cbc3e093ef0ef65e8d76ca4713ff5a4 (diff)
downloadredmine-0dc3c2fe1c864b3236e23cad7592d359d40a8075.tar.gz
redmine-0dc3c2fe1c864b3236e23cad7592d359d40a8075.zip
add roadie-rails gem for e-mail inline styles (#8335, #20641)
Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14540 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ea4136dd0..fbccbe997 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,6 +14,7 @@ gem "protected_attributes"
gem "actionpack-action_caching"
gem "actionpack-xml_parser"
gem "loofah", "~> 2.0"
+gem "roadie-rails"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]