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>2021-03-23 06:27:06 +0300
committerEvan Read <eread@gitlab.com>2021-03-23 06:27:06 +0300
commit468b60bb0ca4a199bdc5cd09936938a3f43b4642 (patch)
tree12ccec3eccc871645173344cfd61f5395e98b96f /Gemfile
parent96314be3a12e2bb5d2b6f4983ebd9cdc22bc9981 (diff)
Use nanoc-live instead of guard-nanoc
nanoc-live has now reached a stable version 1.0.0 and can be used to replace guard-nanoc. One advantage is that it's written by the same developer as Nanoc and it provides a clear output of the files that are being updated during the (re)build.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 2a78490d..bdefc681 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,14 +1,12 @@
source 'https://rubygems.org'
gem 'nanoc', '~> 4.12.0'
-gem 'adsf', '~> 1.4.5'
-gem 'adsf-live', '~> 1.4.5'
gem 'sassc', '~> 2.4.0'
gem 'rouge', '~> 3.26.0'
gem 'rake', '~> 13.0.3'
group :nanoc do
- gem 'guard-nanoc'
+ gem 'nanoc-live'
# custom kramdown dialect
gem 'gitlab_kramdown', '~> 0.11.0'