aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 15:36:33 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 15:36:33 +0000
commitbcde8969e4ef5acba8ee1fe3a284c9757c73678d (patch)
treef0b888decc92668791602be4834127741d13cf2f /Gemfile
parent23befe9cd55fba860a0fa3be33a600be3f43c4f7 (diff)
Added haml-contrib for the textile filter; updated debian packaging a little
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0bd6198..5af4b41 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,6 +19,7 @@ gem "sanitize", "= 2.1.0"
gem "rmail", "= 1.1.0"
gem "thin", "= 1.6.3"
gem "haml", "= 4.0.5"
+gem "haml-contrib"
gem "RedCloth", "= 4.2.9"
gem "rack", "= 1.5.2"
gem "rack-protection", "= 1.5.2"