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:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0798b494..51b5cda6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,10 @@
source 'https://rubygems.org'
-gem 'nanoc', '~> 4.10'
+# Use the development branch of Nanoc to test
+# https://github.com/nanoc/nanoc/issues/1445#issuecomment-525607877
+gem 'nanoc', github: 'nanoc/nanoc', ref: '94422c7'
+#gem 'nanoc', '~> 4.10'
+#
gem 'adsf', '~> 1.4'
gem 'adsf-live', '~> 1.4'
gem 'sassc', '~> 2.0'