mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #9609 from arunagw/using-latest-arjdbc
Using latest AR-JDBC for JRuby
This commit is contained in:
parent
9588924440
commit
de28157468
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
@ -53,7 +53,7 @@ end
|
|||
|
||||
platforms :jruby do
|
||||
gem 'json'
|
||||
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.2.0'
|
||||
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.2.7'
|
||||
|
||||
# This is needed by now to let tests work on JRuby
|
||||
# TODO: When the JRuby guys merge jruby-openssl in
|
||||
|
@ -61,8 +61,8 @@ platforms :jruby do
|
|||
gem 'jruby-openssl'
|
||||
|
||||
group :db do
|
||||
gem 'activerecord-jdbcmysql-adapter', '>= 1.2.0'
|
||||
gem 'activerecord-jdbcpostgresql-adapter', '>= 1.2.0'
|
||||
gem 'activerecord-jdbcmysql-adapter', '>= 1.2.7'
|
||||
gem 'activerecord-jdbcpostgresql-adapter', '>= 1.2.7'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue