From 4166ce773ba4445acb9dcf38eacd69ac10a8d30c Mon Sep 17 00:00:00 2001
From: Takuya Noguchi <takninnovationresearch@gmail.com>
Date: Wed, 14 Nov 2018 17:35:56 +0900
Subject: [PATCH] Update asciidoctor to 1.5.8

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
---
 Gemfile                                                     | 2 +-
 Gemfile.lock                                                | 4 ++--
 Gemfile.rails4.lock                                         | 4 ++--
 changelogs/unreleased/54010-update-asciidoctor-to-1-5-8.yml | 5 +++++
 4 files changed, 10 insertions(+), 5 deletions(-)
 create mode 100644 changelogs/unreleased/54010-update-asciidoctor-to-1-5-8.yml

diff --git a/Gemfile b/Gemfile
index 7030bd9c5e846..2d7a1066a5b86 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 f08855ed049fb..b0afed9e067bd 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 5bec40de909ac..a9506010cc50b 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 0000000000000..f0b0aa0ee1ce6
--- /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
-- 
GitLab