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>2023-04-24 03:17:09 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-04-24 03:17:09 +0300
commitacd1980585afa835949cbbf68074c4a0f855cb2f (patch)
tree43eecc78a91685d3212a5a12050c42be948632b1 /Gemfile
parentc3e835236b4bcc946cc3753f55e304642e049a17 (diff)
Update dependency gitlab_kramdown to '~> 0.26.0'
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 68dee4b5..4f93491d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ group :nanoc do
gem 'nanoc-live'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.25.0'
+ gem 'gitlab_kramdown', '~> 0.26.0'
# Needed to generate Sitemap
gem 'builder', '~> 3.2.4'