summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock9
2 files changed, 2 insertions, 9 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.
diff --git a/Gemfile.lock b/Gemfile.lock
index f0825f6..6564813 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,3 @@
-PATH
- remote: vendor/gems/pandoc_rails
- specs:
- pandoc_rails (0.0.1)
- pandoc-ruby
- rails
-
GEM
remote: https://rubygems.org/
specs:
@@ -136,7 +129,7 @@ DEPENDENCIES
haml
jquery-rails
json
- pandoc_rails!
+ pandoc-ruby
rails (= 3.2.12)
sass-rails
sqlite3