summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-25 17:29:12 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-25 17:29:12 +0000
commit33d95444b66d4b4f88443957c200675157ca9963 (patch)
treef72703693ea8999d6dc8db56a7a8e7c37aa32fc9 /Gemfile
parente6b1f78dc223e7d1a4892bd336949c6fcd479cf8 (diff)
downloadredmine-33d95444b66d4b4f88443957c200675157ca9963.tar.gz
redmine-33d95444b66d4b4f88443957c200675157ca9963.zip
Update nokogiri gem (~> 1.8.0) (#26503).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16885 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6b40111f5..7b0fb8dfc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,7 @@ gem "roadie-rails", "~> 1.2.1"
gem "roadie", "~> 3.2.1"
gem "mimemagic"
-gem "nokogiri", "~> 1.7.2"
+gem "nokogiri", "~> 1.8.0"
gem "i18n", "~> 0.7.0"
# Request at least rails-html-sanitizer 1.0.3 because of security advisories