summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-04 09:00:55 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-04 09:00:55 +0000
commit0337d9abc3590de73b1c13c932de82afd314709a (patch)
tree4290c016e56841dd0015416a305dd198520fb949 /Gemfile
parent9613a13b10aa4f55df122ffd3a910a10774906d6 (diff)
downloadredmine-0337d9abc3590de73b1c13c932de82afd314709a.tar.gz
redmine-0337d9abc3590de73b1c13c932de82afd314709a.zip
Use activerecord-jdbc-adapter 1.2.5.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11114 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index d40aa1acf..e27cd9d93 100644
--- a/Gemfile
+++ b/Gemfile
@@ -54,10 +54,9 @@ 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"
+ gem "activerecord-jdbc-adapter", "1.2.5"
group :mysql do
- gem "jdbc-mysql", "5.1.13"
gem "activerecord-jdbcmysql-adapter"
end