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-05-02 03:19:16 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-05-02 03:19:16 +0300
commit20fb80e569488bc027514e980726cd0de9e67571 (patch)
tree2c8a79eac13fb784f78fb38016bdf8bf75f657ee
parentbd7d0c1b0c0f4e11dd3f62bc3f62c6764953be76 (diff)
Update dependency gitlab_kramdown to ~> 0.19.0
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1db59901..6cd57916 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ group :nanoc do
gem 'nanoc-live'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.18.0'
+ gem 'gitlab_kramdown', '~> 0.19.0'
# Needed to generate Sitemap
gem 'builder', '~> 3.2.0'