summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7748246..2a0e0c0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,8 @@ gem 'rails', '3.2.12'
gem 'sqlite3'
gem 'json'
-gem 'markdown-rails' # allows static pages with .md
+gem 'pandoc_rails', :path => 'vendor/gems/pandoc_rails'
+
gem 'haml' # allow pages with .haml
gem 'RedCloth' # allow :textile in HAML
gem 'sass-rails' # not sure why can't be in :assets group