]> source.dussan.org Git - redmine.git/commitdiff
Merged r12172 from trunk to 2.3-stable (#14883)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 30 Sep 2013 00:36:44 +0000 (00:36 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 30 Sep 2013 00:36:44 +0000 (00:36 +0000)
Gemfile: update jdbc adapter version above 1.2.6.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@12174 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 1a6d25518727a5f407eaaae769ff1e8a6906030a..bcd2690940a6b2f3ed43d480beb0c3f44427c1b8 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.5"
+  gem "activerecord-jdbc-adapter", "~> 1.2.6"
 end
 
 # Include database gems for the adapters found in the database