summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2016-08-04 02:13:25 -0600
committerDan Allen <dan.j.allen@gmail.com>2016-08-04 02:15:48 -0600
commit393d3c80b57683ac3431f08f4dec11f4169d8228 (patch)
tree85c560ce51891f9b995889289200377b78536c44 /Gemfile
parent96ceea16d5844a84d0516280ea46350a3e3a6465 (diff)
add rouge to Gemfile for use with examples
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f0429805..1ccae83f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,3 +4,7 @@ gem 'prawn', '1.3.0' if (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.0
# Look in asciidoctor-pdf.gemspec for runtime and development dependencies
gemspec
+
+group :examples do
+ gem 'rouge', '1.11.0'
+end