summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-09-30 03:25:06 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-09-30 03:25:06 +0000
commit13f6cd6b71675f3a0d4c86ab05c058c57c67f1e3 (patch)
tree7b33e23bf08b8d7c3dfb522896435af98a8007d3 /Gemfile
parent7c2f62c7981a319be356ce782c20e9d2d445155e (diff)
downloadredmine-13f6cd6b71675f3a0d4c86ab05c058c57c67f1e3.tar.gz
redmine-13f6cd6b71675f3a0d4c86ab05c058c57c67f1e3.zip
revert r12175 (#14883)
revert jdbc adapter version to above 1.2.6 due to test failure by "stack level too deep". git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12179 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 1a9b55d76..6d45970f8 100644
--- 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.3.0"
+ gem "activerecord-jdbc-adapter", "~> 1.2.6"
end
# Include database gems for the adapters found in the database