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:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-03-14 03:19:34 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-03-14 03:19:34 +0300
commitfa26a3d085b4e01d7329eaf55e027afecfa4fb0a (patch)
treed5d3dd69e3520fc1b21069eccdbad2d3dc2f5b7b
parent12389b92e7c993c89bbd034af15a2e04c3b0e65a (diff)
Update dependency gitlab_kramdown to ~> 0.18.0
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c921dc01..544c7daa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ group :nanoc do
gem 'nanoc-live'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.17.0'
+ gem 'gitlab_kramdown', '~> 0.18.0'
# Needed to generate Sitemap
gem 'builder', '~> 3.2.0'