]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: update jdbc adapter version above 1.3.0 (#14883)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 30 Sep 2013 02:01:25 +0000 (02:01 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 30 Sep 2013 02:01:25 +0000 (02:01 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12175 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 6d45970f8777156b77c1aef76e668a439968b505..1a9b55d7678b04808b6834ccb3d429d0cd60a99f 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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