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
This commit is contained in:
Jean-Philippe Lang 2013-01-02 11:59:25 +00:00
parent 01cbac3b74
commit 3644571d8a
1 changed files with 1 additions and 0 deletions

View File

@ -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