mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
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:
parent
2cc2a048c6
commit
be7f083d02
2
Gemfile
2
Gemfile
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user