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:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-09 02:42:12 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-09 02:42:12 +0300
commit6e9811b343a93274138d9a6893932258a3acab43 (patch)
treeb4f0fdc25577fa9230da8a25dd56d4c85723ce28 /Gemfile
parent4e6d696e0fae5164a3a3476ba51559819a613c2f (diff)
Add initial Rake task for putting together the documentation site.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 191c0201..155c3b11 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,8 +5,8 @@ gem 'nanoc', '~> 4.0'
gem 'adsf'
gem 'sass'
gem 'kramdown'
-# gem 'nokogiri'
gem 'rouge', '~> 1.11'
+gem 'rake'
group :nanoc do
gem 'guard-nanoc'