diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-09-30 02:01:25 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-09-30 02:01:25 +0000 |
commit | 5259da5e8039828be12209aaf147db038c3767b0 (patch) | |
tree | 846fd829be49f06ef29cc1ff6d60ff1f893d97ee /Gemfile | |
parent | 3bc1dd573a6b30bc87132abf2d9a416b6666cec5 (diff) | |
download | redmine-5259da5e8039828be12209aaf147db038c3767b0.tar.gz redmine-5259da5e8039828be12209aaf147db038c3767b0.zip |
Gemfile: update jdbc adapter version above 1.3.0 (#14883)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12175 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ 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.6" + gem "activerecord-jdbc-adapter", "~> 1.3.0" end # Include database gems for the adapters found in the database |