From: Jean-Philippe Lang Date: Fri, 4 Jan 2013 09:00:55 +0000 (+0000) Subject: Use activerecord-jdbc-adapter 1.2.5. X-Git-Tag: 2.3.0~355 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0337d9abc3590de73b1c13c932de82afd314709a;p=redmine.git Use activerecord-jdbc-adapter 1.2.5. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11114 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index d40aa1acf..e27cd9d93 100644 --- a/Gemfile +++ b/Gemfile @@ -54,10 +54,9 @@ end platforms :jruby do # jruby-openssl is bundled with JRuby 1.7.0 gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0' - gem "activerecord-jdbc-adapter", "1.2.2" + gem "activerecord-jdbc-adapter", "1.2.5" group :mysql do - gem "jdbc-mysql", "5.1.13" gem "activerecord-jdbcmysql-adapter" end