diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 15:36:33 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 15:36:33 +0000 |
commit | bcde8969e4ef5acba8ee1fe3a284c9757c73678d (patch) | |
tree | f0b888decc92668791602be4834127741d13cf2f /Gemfile | |
parent | 23befe9cd55fba860a0fa3be33a600be3f43c4f7 (diff) |
Added haml-contrib for the textile filter; updated debian packaging a little
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |