summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-20 00:39:58 -0800
committerelijah <elijah@riseup.net>2013-02-20 00:39:58 -0800
commit10038e58efe3aa3c1725e2b5b0a0b7b2ce060df7 (patch)
tree53413a9cd679c6d22b405c1035f9c41546677c9a /Gemfile.lock
parent9c4e765c8fe972a4a9f49c3de7991b3925ddb97c (diff)
added support for pandoc and page properties in static markup.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock14
1 files changed, 9 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index cfda894..f0825f6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,10 @@
+PATH
+ remote: vendor/gems/pandoc_rails
+ specs:
+ pandoc_rails (0.0.1)
+ pandoc-ruby
+ rails
+
GEM
remote: https://rubygems.org/
specs:
@@ -55,9 +62,6 @@ GEM
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
- markdown-rails (0.2.1)
- rails
- rdiscount (>= 1.6.8, < 2.0)
mime-types (1.21)
multi_json (1.5.1)
net-scp (1.1.0)
@@ -67,6 +71,7 @@ GEM
net-ssh (2.6.5)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
+ pandoc-ruby (0.6.0)
polyglot (0.3.3)
rack (1.4.5)
rack-cache (1.2)
@@ -91,7 +96,6 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.3)
- rdiscount (1.6.8)
rdoc (3.12.1)
json (~> 1.4)
sass (3.2.5)
@@ -132,7 +136,7 @@ DEPENDENCIES
haml
jquery-rails
json
- markdown-rails
+ pandoc_rails!
rails (= 3.2.12)
sass-rails
sqlite3