From 3033dbed284c40678670fac232af9eefaf09a282 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Fri, 8 Mar 2013 11:22:27 +0100 Subject: Using latest AR-JDBC for JRuby 1.2.5 and 1.2.6 are bad ones --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c45be188f3..6098cf78a1 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,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 @@ -75,8 +75,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 -- cgit v1.2.3