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--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'