aboutsummaryrefslogtreecommitdiff
path: root/www/redmine/files
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-11-05 03:44:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-11-05 03:44:17 +0000
commitb256fbcb038d7d70882d04389e7771f8123be3df (patch)
tree96e4d77d58489410ba1724fbac91ee4ab6f06469 /www/redmine/files
parent76f0970c6b213b7bb4bb15f3067fce4a87454e03 (diff)
Notes
Diffstat (limited to 'www/redmine/files')
-rw-r--r--www/redmine/files/patch-Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/redmine/files/patch-Gemfile b/www/redmine/files/patch-Gemfile
index 73ceaf274d8d..0fe8aa38a597 100644
--- a/www/redmine/files/patch-Gemfile
+++ b/www/redmine/files/patch-Gemfile
@@ -25,7 +25,7 @@
-gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8")
-gem "i18n", "~> 0.7.0"
+gem "nokogiri"
-+gem "i18n", "~> 0.8.5"
++gem "i18n", "~> 0.7"
gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0"
# Request at least rails-html-sanitizer 1.0.3 because of security advisories