diff options
Diffstat (limited to 'www/redmine/files')
-rw-r--r-- | www/redmine/files/patch-Gemfile | 2 |
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 |