diff --git a/Gemfile b/Gemfile index 7030bd9c5e84697e41abb2a67867d66e7625496d..2d7a1066a5b86aad21885bf423faed76f864ebe6 100644 --- a/Gemfile +++ b/Gemfile @@ -133,7 +133,7 @@ gem 'rdoc', '~> 6.0' gem 'org-ruby', '~> 0.9.12' gem 'creole', '~> 0.5.0' gem 'wikicloth', '0.8.1' -gem 'asciidoctor', '~> 1.5.6' +gem 'asciidoctor', '~> 1.5.8' gem 'asciidoctor-plantuml', '0.0.8' gem 'rouge', '~> 3.1' gem 'truncato', '~> 0.7.9' diff --git a/Gemfile.lock b/Gemfile.lock index f08855ed049fbd357402d4e79d5d66eec0d0de40..b0afed9e067bd58871b8e3017840dd6a8b643af5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM faraday_middleware (~> 0.9) faraday_middleware-multi_json (~> 0.0) oauth2 (~> 1.0) - asciidoctor (1.5.6.2) + asciidoctor (1.5.8) asciidoctor-plantuml (0.0.8) asciidoctor (~> 1.5) ast (2.4.0) @@ -942,7 +942,7 @@ DEPENDENCIES addressable (~> 2.5.2) akismet (~> 2.0) asana (~> 0.6.0) - asciidoctor (~> 1.5.6) + asciidoctor (~> 1.5.8) asciidoctor-plantuml (= 0.0.8) attr_encrypted (~> 3.1.0) awesome_print diff --git a/Gemfile.rails4.lock b/Gemfile.rails4.lock index 5bec40de909ac50b43321cb4086fe12268eeaeae..a9506010cc50b4aae535a66593a018ad18c1e416 100644 --- a/Gemfile.rails4.lock +++ b/Gemfile.rails4.lock @@ -55,7 +55,7 @@ GEM faraday_middleware (~> 0.9) faraday_middleware-multi_json (~> 0.0) oauth2 (~> 1.0) - asciidoctor (1.5.6.2) + asciidoctor (1.5.8) asciidoctor-plantuml (0.0.8) asciidoctor (~> 1.5) ast (2.4.0) @@ -933,7 +933,7 @@ DEPENDENCIES addressable (~> 2.5.2) akismet (~> 2.0) asana (~> 0.6.0) - asciidoctor (~> 1.5.6) + asciidoctor (~> 1.5.8) asciidoctor-plantuml (= 0.0.8) attr_encrypted (~> 3.1.0) awesome_print diff --git a/changelogs/unreleased/54010-update-asciidoctor-to-1-5-8.yml b/changelogs/unreleased/54010-update-asciidoctor-to-1-5-8.yml new file mode 100644 index 0000000000000000000000000000000000000000..f0b0aa0ee1ce6e85571bb07985479ad31ad826ec --- /dev/null +++ b/changelogs/unreleased/54010-update-asciidoctor-to-1-5-8.yml @@ -0,0 +1,5 @@ +--- +title: Update asciidoctor to 1.5.8 +merge_request: 23047 +author: Takuya Noguchi +type: other