]> source.dussan.org Git - redmine.git/commitdiff
2.6-stable: Gemfile: pin i18n version 0.6 on all platforms
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 3 Jan 2015 16:04:55 +0000 (16:04 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 3 Jan 2015 16:04:55 +0000 (16:04 +0000)
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

diff --git a/Gemfile b/Gemfile
index 819f5940c2b092e4c14bf78727d3bdc467200d26..a361dcc4afa60dd6d392bb4aaa6003d726537107 100644 (file)
--- 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