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:
authorEvan Read <eread@gitlab.com>2022-06-15 12:17:02 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-06-15 12:17:02 +0300
commit4e2835e4f9394b407179c8373fe9b3254fed5b3d (patch)
tree954a57f24fb7e05d6c899e1491082aed79a6d4ad /Gemfile
parentb701e25c0494e4540e17a133ac8ee261055a8d64 (diff)
Update Ruby gems and use Ruby 2.7.6 Docker images
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 627d07b7..d1f790fa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ group :nanoc do
gem 'nanoc-live'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.19.0'
+ gem 'gitlab_kramdown', '~> 0.20.0'
# Needed to generate Sitemap
gem 'builder', '~> 3.2.0'