##// END OF EJS Templates
Backported r11494 from trunk....
Jean-Philippe Lang -
r11347:20cd146e93cd
parent child
Show More
@@ -45,9 +45,11 if File.exist?(database_file)
45 45 if adapters.any?
46 46 adapters.each do |adapter|
47 47 case adapter
48 when /mysql/
49 gem "mysql", "~> 2.8.1", :platforms => [:mri_18, :mingw_18]
50 gem "mysql2", "~> 0.3.11", :platforms => [:mri_19, :mingw_19]
48 when 'mysql2'
49 gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw]
50 gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
51 when 'mysql'
52 gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw]
51 53 gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
52 54 when /postgresql/
53 55 gem "pg", ">= 0.11.0", :platforms => [:mri, :mingw]
General Comments 0
You need to be logged in to leave comments. Login now