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:
authorStan Hu <stanhu@gmail.com>2022-11-30 19:39:35 +0300
committerStan Hu <stanhu@gmail.com>2022-11-30 19:39:35 +0300
commit5fdf11bdd42a7a51eb5d48790ab29afb3d5ff0bc (patch)
treecdc6eac9378ffe7065221b4e37088f927affd3d5 /Gemfile
parent8dd5daae0bcbe341360d27e01c57ba6611104d68 (diff)
Update nanoc to fix compile crashes
This brings in https://github.com/nanoc/nanoc/pull/1633, which fixes https://github.com/nanoc/nanoc/issues/1631.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0f86e18c..613c7078 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-gem 'nanoc', '~> 4.12.12'
+gem 'nanoc', '~> 4.12.13'
gem 'sassc', '~> 2.4.0'
gem 'rake', '~> 13.0.6'