Update asciidoctor-plantuml gem to v0.0.12
This adds support for the deflate encoding: https://github.com/hsanson/asciidoctor-plantuml/pull/12 Currently this can only be changed by setting the `PLANTUML_ENCODING` environment variable to `deflate`. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/216587
Showing
... | @@ -148,7 +148,7 @@ gem 'creole', '~> 0.5.0' | ... | @@ -148,7 +148,7 @@ gem 'creole', '~> 0.5.0' |
gem 'wikicloth', '0.8.1' | gem 'wikicloth', '0.8.1' | ||
gem 'asciidoctor', '~> 2.0.10' | gem 'asciidoctor', '~> 2.0.10' | ||
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false | gem 'asciidoctor-include-ext', '~> 0.3.1', require: false | ||
gem 'asciidoctor-plantuml', '0.0.10' | gem 'asciidoctor-plantuml', '~> 0.0.12' | ||
gem 'rouge', '~> 3.19.0' | gem 'rouge', '~> 3.19.0' | ||
gem 'truncato', '~> 0.7.11' | gem 'truncato', '~> 0.7.11' | ||
gem 'bootstrap_form', '~> 4.2.0' | gem 'bootstrap_form', '~> 4.2.0' | ||
... | ... |
Please register or sign in to comment