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-23 09:03:09 +0300
committerEvan Read <eread@gitlab.com>2022-06-23 09:03:09 +0300
commit97f5321ae89af9948acbc09f739e7c9b1e6045ae (patch)
treeb7daa7a13d0c4d1f3efc5144cd6f730fa952841f /Gemfile
parentd611f84e96a384066882d9b6cfe02bfb5c386c3f (diff)
Move back to a gitlab_kramdown version that doesn't require Ruby 2.7.6
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d5b35a96..057b4641 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ group :nanoc do
gem 'nanoc-live'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.20.0'
+ gem 'gitlab_kramdown', '~> 0.19.0'
# Needed to generate Sitemap
gem 'builder', '~> 3.2.0'