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:
Santiago Pastorino 2013-12-27 12:17:36 -02:00
parent 7c68ee4b3f
commit 99fa399ae6
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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