aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-10-09 00:17:55 +0200
committerAlex Legler <alex@a3li.li>2011-10-09 00:17:55 +0200
commitaab3fb75a16cc81f0ac0ba24fac74b42b01d2fae (patch)
treeadfa2a3c09c7e10292b630897e749421bbc015af /Gemfile
parentGLSA: Only consider unchecked comments for workflow status caluclation (diff)
downloadglsamaker-aab3fb75a16cc81f0ac0ba24fac74b42b01d2fae.tar.gz
glsamaker-aab3fb75a16cc81f0ac0ba24fac74b42b01d2fae.tar.bz2
glsamaker-aab3fb75a16cc81f0ac0ba24fac74b42b01d2fae.zip
Add dependency on kramdown
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index be0e33b..79a0367 100644
--- a/Gemfile
+++ b/Gemfile
@@ -37,6 +37,7 @@ gem "fastercsv"
gem "diff-lcs", :require => "diff/lcs"
gem "nokogiri"
gem "text-format", :require => "text/format"
+gem "kramdown"
gem "thinking-sphinx", "2.0.7"