summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-11-09 16:44:44 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-11-09 16:44:44 +0000
commitb96941763dc0e91a90d0e154630636fbf87ff30b (patch)
tree00e95fd01ccb0a50118f2c8180b0328779c7e222 /Gemfile
parent44012ec6c64073871d17ba7087116b047805e094 (diff)
downloadredmine-b96941763dc0e91a90d0e154630636fbf87ff30b.tar.gz
redmine-b96941763dc0e91a90d0e154630636fbf87ff30b.zip
upgrade activerecord-jdbc-adapter to 1.3.2
git-svn-id: http://svn.redmine.org/redmine/trunk@12254 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0b7f8f749..75a67d927 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,7 +30,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.2"
end
# Include database gems for the adapters found in the database