diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-06-04 00:53:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-04 00:53:57 -0600 |
| commit | e5bc045a424ba29bdc9d92505c1274ac87303c45 (patch) | |
| tree | 0768597c5cf174b4107a72657a48a39b17dc69a4 /Gemfile | |
| parent | b162851809ca819f9d0263daeb5cccc1b8e7cb4e (diff) | |
add integration test with Asciidoctor Kroki (PR #2226)
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ 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 'asciidoctor-kroki', ENV['ASCIIDOCTOR_KROKI_VERSION'], require: false if ENV.key? 'ASCIIDOCTOR_KROKI_VERSION' gem 'coderay', '~> 1.1.0', require: false gem 'open-uri-cached', '~> 1.0.0', require: false gem 'prawn-gmagick', ENV['PRAWN_GMAGICK_VERSION'], require: false if ENV.key? 'PRAWN_GMAGICK_VERSION' |
