diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-01-19 23:51:02 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-01-20 04:56:23 -0700 |
| commit | 38e60cccbf08a7c01211f8563cb8466ebaaca271 (patch) | |
| tree | 11d834875bf211617b32cf60732875a4c484b998 /Gemfile | |
| parent | cf684dcc3336ac84275c496705c46faf26d4a046 (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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
