Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-10-11 21:29:23 +0300
committerStan Hu <stanhu@gmail.com>2019-10-14 19:32:34 +0300
commited37d94c731e3917f787d39b15a6422c1bc0b39c (patch)
treeebb54bf93bea07a2ed6b3df8c590d2da6bc347b3 /Gemfile.lock
parent9a6ad8ead5daca66229aa1f2ecc66e3d47bc0555 (diff)
Add PlantUML support
gitlab_kramdown 0.8.0 and asciidoctor are now dependencies as a result.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock12
1 files changed, 9 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 3c191405..141978a6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -11,6 +11,9 @@ GEM
eventmachine (~> 1.2)
listen (~> 3.0)
rack-livereload (~> 0.3)
+ asciidoctor (2.0.10)
+ asciidoctor-plantuml (0.0.9)
+ asciidoctor (>= 1.5.6, < 3.0.0)
builder (3.2.3)
byebug (11.0.1)
coderay (1.1.2)
@@ -30,8 +33,10 @@ GEM
eventmachine (1.2.7)
ffi (1.11.1)
formatador (0.2.5)
- gitlab_kramdown (0.6.0)
+ gitlab_kramdown (0.8.0)
+ asciidoctor-plantuml (= 0.0.9)
kramdown (~> 1.16.2)
+ nokogiri (~> 1.10.4)
rouge (~> 3.0)
guard (2.15.1)
formatador (>= 0.2.4)
@@ -151,8 +156,9 @@ PLATFORMS
DEPENDENCIES
adsf (~> 1.4)
adsf-live (~> 1.4)
+ asciidoctor-plantuml (= 0.0.9)
builder (~> 3.2)
- gitlab_kramdown (~> 0.6.0)
+ gitlab_kramdown (~> 0.8.0)
guard-nanoc (~> 2.1)
highline (~> 2.0)
mdl
@@ -166,4 +172,4 @@ DEPENDENCIES
scss_lint (~> 0.57)
BUNDLED WITH
- 1.17.2
+ 1.17.3