diff options
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 |