summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-20 00:50:16 -0800
committerelijah <elijah@riseup.net>2013-02-20 00:50:16 -0800
commit401ca427323d1eab54a6a1d7e5c760f22e1c6635 (patch)
treecc4e2473a1757e25a0026e7a5945b6274397ff8b /Gemfile
parent884360e153768fa91caebff6f153b6d6d0331401 (diff)
replace pandoc_rails with pandoc-ruby
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2a0e0c0..511bc73 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,11 +4,11 @@ gem 'rails', '3.2.12'
gem 'sqlite3'
gem 'json'
-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
+gem 'pandoc-ruby'
# Gems used only for assets and not required
# in production environments by default.