summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-20 03:17:48 -0800
committerelijah <elijah@riseup.net>2013-02-20 03:17:48 -0800
commit90a46f14446eb03dd9c3e89a427249de9a1236ad (patch)
treee31033e06da897c7177184769f910145b1403f09 /Gemfile
parentdb22c6c5dabac89b66aab8dd0710636d9be75a67 (diff)
remove stupid pandoc for now, use rdiscount and RbST instead.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 4b38b7d..9e969eb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,10 +8,13 @@ gem 'json'
gem 'haml' # allow pages with .haml
gem 'RedCloth' # allow :textile in HAML
gem 'sass-rails' # not sure why can't be in :assets group
-gem 'pandoc-ruby'
-unless RUBY_VERSION =~ /1.8/
- gem 'iconv' # required for older pandoc
-end
+gem 'RbST'
+gem 'rdiscount'
+
+#gem 'pandoc-ruby'
+#unless RUBY_VERSION =~ /1.8/
+# gem 'iconv' # required for older pandoc
+#end
# Gems used only for assets and not required
# in production environments by default.