]> source.dussan.org Git - redmine.git/commitdiff
2.6-stable: Gemfile: use i18n 0.6 on Ruby 1.8.7 and Ruby 1.9.2
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 26 Dec 2014 14:57:46 +0000 (14:57 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 26 Dec 2014 14:57:46 +0000 (14:57 +0000)
i18n 0.7 requires Ruby version >= 1.9.3

git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13816 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 803988fa7ece4be6c09e64f1880ae63ed56bb807..819f5940c2b092e4c14bf78727d3bdc467200d26 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", :platforms => [:mri_18, :mingw_18]
+gem "i18n", "~> 0.6.11" if RUBY_VERSION < "1.9.3"
 
 # Optional gem for LDAP authentication
 group :ldap do