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:
authorAchilleas Pipinellis <axil@gitlab.com>2020-06-03 12:23:47 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-06-03 12:23:47 +0300
commit9477fd62966c46a00188806a78df08156492c206 (patch)
tree1998d00e0a8fb70979d1c4cb84076b9fa59f2405 /Gemfile
parent807ccc20647ae2ea1e1df7f4faec23fc35de8025 (diff)
Update gitlab-kramdown gem
A new version was released 7 months ago :smile: This includes the clickable images feature that we were missing https://gitlab.com/gitlab-org/gitlab_kramdown/-/merge_requests/35
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6016ba3a..64e476a0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ group :nanoc do
gem 'guard-nanoc'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.8.0'
+ gem 'gitlab_kramdown', '~> 0.9.0'
# nanoc checks
gem 'nokogiri', '~> 1.10.3'