]> source.dussan.org Git - redmine.git/commitdiff
Use activerecord-jdbc-adapter 1.2.5.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 4 Jan 2013 09:00:55 +0000 (09:00 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 4 Jan 2013 09:00:55 +0000 (09:00 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11114 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index d40aa1acfa60cc34dbaed650be1505d6ebfd8097..e27cd9d932f7110f0d5a45bb880dd531fbc5a529 100644 (file)
--- 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