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-06-05 03:18:50 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-06-05 03:18:50 +0300
commita95a94e284e92d9a40c1f13a50f474cd511d1ab5 (patch)
tree11bb5bdaedbcd98047886d34629230ecdf5da53b /Gemfile
parent827d974b93a6f9cc4037f84d77dcd08d60db4e4a (diff)
Update dependency gitlab_kramdown to '~> 0.27.0'
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 72dd6f4e..36263948 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :nanoc do
gem 'nanoc-live'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.26.0'
+ gem 'gitlab_kramdown', '~> 0.27.0'
# Needed to generate Sitemap
gem 'builder', '~> 3.2.4'