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:
authorMarcel Amirault <mamirault@gitlab.com>2020-09-01 04:54:08 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-09-01 04:54:08 +0300
commit8c5d183c3dcdd47e27bed0273da342d41f0aacb9 (patch)
treecc2de9506bc55ca97c7c014caa4e53c4f529400f /Gemfile
parente027ecb14c8b70d8a957f67262fe4aaca8404761 (diff)
parent797366ba855ff477f5b7dd574b2a58b2c94ecfb3 (diff)
Merge branch 'kramdown-update' into 'master'
Update gitlab_kramdown See merge request gitlab-org/gitlab-docs!1049
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0fa3c761..90996bee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ group :nanoc do
gem 'guard-nanoc'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.9.0'
+ gem 'gitlab_kramdown', '~> 0.10.0'
# nanoc checks
gem 'nokogiri', '~> 1.10.3'