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:31:38 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-17 07:31:38 +0300
commit4e681c60a92e8ef9036c397324c4c60744d63f02 (patch)
treeb726ab776d56354c22ed5248162b35f2d70fe16d /Gemfile
parent4343650919e95251fb3feb312c9cd1d0060b3f66 (diff)
Add nokogiri for nanoc check.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6943e7b9..cc690198 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,4 +10,7 @@ gem 'rake', '~> 11.3'
group :nanoc do
gem 'guard-nanoc'
+
+ # nanoc checks
+ gem 'nokogiri', '~> 1.6.8'
end