diff --git a/Gemfile b/Gemfile index 70a2ef5b4dc234a4da988189097f32b10f031111..23350e3a90707b7b252f17140cd43625216493f9 100644 --- a/Gemfile +++ b/Gemfile @@ -148,7 +148,7 @@ gem 'creole', '~> 0.5.0' gem 'wikicloth', '0.8.1' gem 'asciidoctor', '~> 2.0.10' 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 'truncato', '~> 0.7.11' gem 'bootstrap_form', '~> 4.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index e5631d860ee5ed2291635a8d5e5cd0725606f149..ffff576e8b0fa94c71dfb971c3d30c7a5ccebedb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM asciidoctor (2.0.10) asciidoctor-include-ext (0.3.1) asciidoctor (>= 1.5.6, < 3.0.0) - asciidoctor-plantuml (0.0.10) + asciidoctor-plantuml (0.0.12) asciidoctor (>= 1.5.6, < 3.0.0) ast (2.4.0) atlassian-jwt (0.2.0) @@ -1162,7 +1162,7 @@ DEPENDENCIES asana (~> 0.9) asciidoctor (~> 2.0.10) asciidoctor-include-ext (~> 0.3.1) - asciidoctor-plantuml (= 0.0.10) + asciidoctor-plantuml (~> 0.0.12) atlassian-jwt (~> 0.2.0) attr_encrypted (~> 3.1.0) awesome_print diff --git a/changelogs/unreleased/sh-update-plantutml-gem.yml b/changelogs/unreleased/sh-update-plantutml-gem.yml new file mode 100644 index 0000000000000000000000000000000000000000..ee138a974f2903713ce228cc2acd5cd6e8ff522c --- /dev/null +++ b/changelogs/unreleased/sh-update-plantutml-gem.yml @@ -0,0 +1,5 @@ +--- +title: Update asciidoctor-plantuml gem to v0.0.12 +merge_request: 32376 +author: +type: other