diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-02 11:59:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-02 11:59:25 +0000 |
commit | 3644571d8aaf66b9352cb661f49d7cefe5b7e59b (patch) | |
tree | 41ad813d80b16941dd45da128acf6cecc90c89c2 /Gemfile | |
parent | 01cbac3b74ec2bfdc5c05c5166b7306725569858 (diff) | |
download | redmine-3644571d8aaf66b9352cb661f49d7cefe5b7e59b.tar.gz redmine-3644571d8aaf66b9352cb661f49d7cefe5b7e59b.zip |
cannot load Java class com.mysql.jdbc.Driver error with jdbc-mysql 5.1.22.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11089 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ platforms :jruby do gem "activerecord-jdbc-adapter", "1.2.2" group :mysql do + gem "jdbc-mysql", "5.1.13" gem "activerecord-jdbcmysql-adapter" end |