debian-mirror-gitlab/debian/patches/0039-relax-nokogiri.patch
Praveen Arimbrathodiyil 76fb55e12b really relax nokogiri
2016-02-05 21:24:09 +05:30

15 lines
506 B
Diff

Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/13218
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -104,7 +104,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.1'
# Diffs
gem 'diffy', '~> 3.0.3'