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-01-10 05:40:35 +0300
committerEvan Read <eread@gitlab.com>2022-01-10 05:40:35 +0300
commitb09e13f674df2f96106f768ad9fcad70e53a2138 (patch)
tree23c7168f3993fbbff7f7a0e0572ba341252da92b /Gemfile
parentebb76c0cd12d176e71dd7e02985bd63eb1654c88 (diff)
Rely on gitlab_kramdown for nokogiri dependency
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 3530b48a..8ff2b6b2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,9 +10,6 @@ group :nanoc do
# custom kramdown dialect
gem 'gitlab_kramdown', '~> 0.15.0'
- # nanoc checks
- gem 'nokogiri', '~> 1.12.0'
-
# Needed to generate Sitemap
gem 'builder', '~> 3.2.0'