i18n 0.7 doesn't support Ruby 1.8

This commit is contained in:
Akira Matsuda 2014-12-21 09:01:02 +09:00
parent fcc4b22721
commit 9988801b41
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ platforms :ruby do
else
gem 'sqlite3', '1.3.8'
end
if RUBY_VERSION <= "1.8.7"
gem 'i18n', '< 0.7.0'
end
end
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.3.0'