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
parent9a6ad8ead5daca66229aa1f2ecc66e3d47bc0555 (diff)
Add PlantUML support
gitlab_kramdown 0.8.0 and asciidoctor are now dependencies as a result.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fea9dad9..ee15345e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,12 +6,13 @@ gem 'adsf-live', '~> 1.4'
gem 'sassc', '~> 2.0'
gem 'rouge', '~> 3.11'
gem 'rake', '~> 12.3'
+gem 'asciidoctor-plantuml', '0.0.9'
group :nanoc do
gem 'guard-nanoc', '~> 2.1'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.6.0'
+ gem 'gitlab_kramdown', '~> 0.8.0'
# nanoc checks
gem 'nokogiri', '~> 1.10.3'