diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2016-08-04 02:13:25 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-08-04 02:15:48 -0600 |
| commit | 393d3c80b57683ac3431f08f4dec11f4169d8228 (patch) | |
| tree | 85c560ce51891f9b995889289200377b78536c44 /Gemfile | |
| parent | 96ceea16d5844a84d0516280ea46350a3e3a6465 (diff) | |
add rouge to Gemfile for use with examples
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
