summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2014-01-11 02:44:58 -0700
committerDan Allen <dan.j.allen@gmail.com>2014-01-11 02:44:58 -0700
commit326e586c77c8c13b29df5339679133d819acd9cf (patch)
tree80b989e775b0a768c8b2fe09136b8ea69aac5ee5 /Gemfile
initial import of Asciidoctor PDF
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 00000000..f067a0e5
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,9 @@
+source 'https://rubygems.org'
+
+gem 'asciidoctor', '1.5.0.preview.1'
+gem 'coderay', '1.1.0'
+gem 'prawn', '0.13.1'
+gem 'prawn-svg', '0.12.0.12'
+gem 'treetop', '1.4.15'
+gem 'tilt', '2.0.0'
+gem 'slim', '2.0.2'