Fix sqlite3 version to 1.3.13 as the new 1.4 version released last week is not compatible with the adapters currently in use

This commit is contained in:
cintamani 2019-02-08 11:17:36 +00:00
parent 2cc2a048c6
commit be7f083d02

View File

@ -53,7 +53,7 @@ group :bench do
end
group :test do
gem 'sqlite3', platform: (@windows_platforms + [:ruby])
gem 'sqlite3', '~> 1.3.13', platform: (@windows_platforms + [:ruby])
platforms :jruby do
if version == 'master' || version >= '5'
gem 'activerecord-jdbcsqlite3-adapter', '~> 50'