Skip to content

Commit de28157

Browse files
Merge pull request rails#9609 from arunagw/using-latest-arjdbc
Using latest AR-JDBC for JRuby
1 parent 9588924 commit de28157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ end
5353

5454
platforms :jruby do
5555
gem 'json'
56-
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.2.0'
56+
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.2.7'
5757

5858
# This is needed by now to let tests work on JRuby
5959
# TODO: When the JRuby guys merge jruby-openssl in
6060
# jruby this will be removed
6161
gem 'jruby-openssl'
6262

6363
group :db do
64-
gem 'activerecord-jdbcmysql-adapter', '>= 1.2.0'
65-
gem 'activerecord-jdbcpostgresql-adapter', '>= 1.2.0'
64+
gem 'activerecord-jdbcmysql-adapter', '>= 1.2.7'
65+
gem 'activerecord-jdbcpostgresql-adapter', '>= 1.2.7'
6666
end
6767
end
6868

0 commit comments

Comments
 (0)