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>2022-02-11 07:53:15 +0300
committerStan Hu <stanhu@gmail.com>2022-02-11 07:53:15 +0300
commit9346515795a79a73f9dff6fc63e8ed53ed89ef1b (patch)
treec5a888b87fdd8e3711835f709eddbf2c0bece486 /Gemfile
parent645da365b191482ee9cace2657c4bb2f1dd5473e (diff)
Update gitlab_kramdown to v0.17.0
This brings in support for clickable PlantUML images (https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/merge_requests/64).
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0f74aff8..f8c9690c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ group :nanoc do
gem 'nanoc-live'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.16.0'
+ gem 'gitlab_kramdown', '~> 0.17.0'
# Needed to generate Sitemap
gem 'builder', '~> 3.2.0'