mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
i18n 0.7 doesn't support Ruby 1.8
This commit is contained in:
parent
9988801b41
commit
95bb76ec0b
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ platforms :ruby do
|
||||||
else
|
else
|
||||||
gem 'sqlite3', '1.3.8'
|
gem 'sqlite3', '1.3.8'
|
||||||
end
|
end
|
||||||
|
if RUBY_VERSION <= "1.8.7"
|
||||||
|
gem 'i18n', '< 0.7.0'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
platforms :jruby do
|
platforms :jruby do
|
||||||
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.3.0'
|
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.3.0'
|
||||||
|
|
Loading…
Add table
Reference in a new issue