really relax nokogiri

This commit is contained in:
Praveen Arimbrathodiyil 2016-02-05 21:24:09 +05:30
parent d3154a8bbd
commit 76fb55e12b

View file

@ -9,7 +9,7 @@ Index: gitlab/Gemfile
# 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'
+gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.1'
# Diffs
gem 'diffy', '~> 3.0.3'