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:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-29 13:42:14 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-29 13:42:14 +0300
commit485c15a4c016b543b1221aa020ec4d7c9a26bd76 (patch)
tree6fce5dd1c0c6076b5741830dfef930c9166abbeb /Gemfile
parent5785a84c9fa535302015f3e478e9f8c3220189ff (diff)
Use the Nanoc development branch to pull Nanoc
This is to test that https://gitlab.com/gitlab-org/gitlab-docs/issues/395 is no longer an issue.
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'