mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Depend on activerecord-jdbc-adapter for jruby edge tests
When this
358505dbdd
commit is released we can depend again on the released gem
This commit is contained in:
parent
7c68ee4b3f
commit
99fa399ae6
@ -11,8 +11,6 @@ gemfile:
|
|||||||
- Gemfile.rails3
|
- Gemfile.rails3
|
||||||
- Gemfile.edge
|
- Gemfile.edge
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
|
||||||
- rvm: jruby
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|||||||
@ -12,7 +12,7 @@ platforms :mri do
|
|||||||
end
|
end
|
||||||
|
|
||||||
platforms :jruby do
|
platforms :jruby do
|
||||||
gem 'activerecord-jdbcsqlite3-adapter'
|
gem 'activerecord-jdbcsqlite3-adapter', github: 'jruby/activerecord-jdbc-adapter'
|
||||||
end
|
end
|
||||||
|
|
||||||
platforms :rbx do
|
platforms :rbx do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user