##// END OF EJS Templates
Use activerecord-jdbc-adapter 1.2.5....
Jean-Philippe Lang -
r10884:0337d9abc359
parent child
Show More
@@ -54,10 +54,9 end
54 platforms :jruby do
54 platforms :jruby do
55 # jruby-openssl is bundled with JRuby 1.7.0
55 # jruby-openssl is bundled with JRuby 1.7.0
56 gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
56 gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
57 gem "activerecord-jdbc-adapter", "1.2.2"
57 gem "activerecord-jdbc-adapter", "1.2.5"
58
58
59 group :mysql do
59 group :mysql do
60 gem "jdbc-mysql", "5.1.13"
61 gem "activerecord-jdbcmysql-adapter"
60 gem "activerecord-jdbcmysql-adapter"
62 end
61 end
63
62
General Comments 0
You need to be logged in to leave comments. Login now