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
This commit is contained in:
Toshi MARUYAMA
2015-01-03 16:04:55 +00:00
parent b74e5e24f9
commit 6e6b45eb25

View File

@@ -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