From 6e6b45eb25ca74cdb1a9a83997f533dfac121b42 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 3 Jan 2015 16:04:55 +0000 Subject: [PATCH] 2.6-stable: Gemfile: pin i18n version 0.6 on all platforms i18n 0.7 is installed on jruby. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13828 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 819f5940c..a361dcc4a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "request_store", "1.0.5" gem "mime-types" gem "rbpdf", "~> 1.18.2" -gem "i18n", "~> 0.6.11" if RUBY_VERSION < "1.9.3" +gem "i18n", "~> 0.6.11" # Optional gem for LDAP authentication group :ldap do