mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16: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
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'sqlite3', platform: (@windows_platforms + [:ruby])
|
gem 'sqlite3', '~> 1.3.13', platform: (@windows_platforms + [:ruby])
|
||||||
platforms :jruby do
|
platforms :jruby do
|
||||||
if version == 'master' || version >= '5'
|
if version == 'master' || version >= '5'
|
||||||
gem 'activerecord-jdbcsqlite3-adapter', '~> 50'
|
gem 'activerecord-jdbcsqlite3-adapter', '~> 50'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user