From 468b60bb0ca4a199bdc5cd09936938a3f43b4642 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 23 Mar 2021 03:27:06 +0000 Subject: 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. --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Gemfile') 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' -- cgit v1.2.3