]> source.dussan.org Git - redmine.git/commitdiff
Use Nokogiri 1.7.2 if possible (#26183).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 17 Jun 2017 10:48:32 +0000 (10:48 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 17 Jun 2017 10:48:32 +0000 (10:48 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@16676 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index d2117fc4b0d66abfddbbb937b3780344c5d91ef4..e966d23a81adb2f7411f56a3914f3942d012300c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,7 @@ gem "roadie-rails", "~> 1.1.1"
 gem "roadie", "~> 3.2.1"
 gem "mimemagic"
 
-gem "nokogiri", (RUBY_VERSION >= "2.1" ? ">= 1.7.0" : "~> 1.6.8")
+gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8")
 gem "i18n", "~> 0.7.0"
 gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0"