summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-01-19 23:51:02 -0700
committerDan Allen <dan.j.allen@gmail.com>2021-01-20 04:56:23 -0700
commit38e60cccbf08a7c01211f8563cb8466ebaaca271 (patch)
tree11d834875bf211617b32cf60732875a4c484b998 /Gemfile
parentcf684dcc3336ac84275c496705c46faf26d4a046 (diff)
resolves #1583 add basic tests for Asciidoctor Diagram integration
- verify that generated images can be found when :to_dir differs from docdir - verify cached files end up in the right location
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 138d5d47..738e242c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,6 +6,7 @@ source 'https://rubygems.org'
gemspec
gem 'asciidoctor', ENV['ASCIIDOCTOR_VERSION'], require: false if ENV.key? 'ASCIIDOCTOR_VERSION'
+gem 'asciidoctor-diagram', ENV['ASCIIDOCTOR_DIAGRAM_VERSION'], require: false if ENV.key? 'ASCIIDOCTOR_DIAGRAM_VERSION'
gem 'open-uri-cached', require: false
gem 'prawn-gmagick', ENV['PRAWN_GMAGICK_VERSION'], require: false if ENV.key? 'PRAWN_GMAGICK_VERSION'
# NOTE: use prawn-table from upstream (pre-0.2.3) to verify fix for #599