Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-02-11 22:31:31 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-02-11 22:31:31 +0300
commitc880d877b8982132448999f13e3cf4258dcb906f (patch)
treed990c02c5423185a8e370e7383d6020566092ce9 /Gemfile
parent07faf8144a63ad6effe63eac6cc0d02a1d67d6c3 (diff)
Loosen Nokogiri version requirement
Closes #13218
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a13f49ad50e..9114fdd33ac 100644
--- a/Gemfile
+++ b/Gemfile
@@ -105,7 +105,7 @@ gem 'rouge', '~> 1.10.1'
# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
# and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM
-gem 'nokogiri', '1.6.7.2'
+gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2'
# Diffs
gem 'diffy', '~> 3.0.3'