mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
AR 6 depends on sqlite3 >= 1.4
This commit is contained in:
parent
61ef48f182
commit
72785f25dc
1 changed files with 1 additions and 5 deletions
|
@ -13,11 +13,7 @@ end
|
|||
|
||||
|
||||
platforms :ruby do
|
||||
if RUBY_VERSION > "2.1.0"
|
||||
gem 'sqlite3', '~> 1.3.13', require: false
|
||||
else
|
||||
gem 'sqlite3', '1.3.8', require: false
|
||||
end
|
||||
gem 'sqlite3', require: false
|
||||
gem 'pg', require: false
|
||||
gem 'mysql2', require: false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue