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-17 07:57:40 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-17 07:57:40 +0300
commite240ee07c1af52719dbf2d5f7239c874c046c436 (patch)
treea2a4b386eeebe56804b4228e000deecc96b36809 /Gemfile
parent4ef79d830675fafc42281501c7de09f618bc33e8 (diff)
Add builder, update dependencies.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f34403e0..a2fb5a44 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,5 +12,8 @@ group :nanoc do
gem 'guard-nanoc'
# nanoc checks
- gem 'nokogiri', '1.6.8'
+ gem 'nokogiri', '~> 1.6.8'
+
+ # Needed to generate Sitemap
+ gem 'builder'
end