summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-26 14:16:42 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-26 14:16:42 +0000
commit11977f08a790fe31fe5e3c258734b0aa2d416133 (patch)
tree23d971df51e25e0994d7b4f0d0682a442adf069f
parentc87f36d20b260ac6fcefb3d0ccd9c0f82e5cd295 (diff)
downloadredmine-11977f08a790fe31fe5e3c258734b0aa2d416133.tar.gz
redmine-11977f08a790fe31fe5e3c258734b0aa2d416133.zip
Tests broken with activerecord-jdbc-adapter 1.2.3.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11085 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 586373f4d..352b7d009 100644
--- a/Gemfile
+++ b/Gemfile
@@ -54,6 +54,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.2"
group :mysql do
gem "activerecord-jdbcmysql-adapter"