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:50:55 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-17 07:50:55 +0300
commit4ef79d830675fafc42281501c7de09f618bc33e8 (patch)
tree853f7d31f573f610d06c10533b6e2217206aa219 /Gemfile
parent4e681c60a92e8ef9036c397324c4c60744d63f02 (diff)
Lock nokogiri version to 1.6.8.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cc690198..f34403e0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,5 +12,5 @@ group :nanoc do
gem 'guard-nanoc'
# nanoc checks
- gem 'nokogiri', '~> 1.6.8'
+ gem 'nokogiri', '1.6.8'
end