@@ -62,8 +62,7 if File.exist?(database_file) | |||
|
62 | 62 | gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw] |
|
63 | 63 | gem "activerecord-jdbcmysql-adapter", :platforms => :jruby |
|
64 | 64 | when /postgresql/ |
|
65 | gem "pg", (RUBY_VERSION < "1.9" ? "~> 0.17.1" : ">= 0.11.0"), | |
|
66 | :platforms => [:mri, :mingw] | |
|
65 | gem "pg", "~> 0.17.1", :platforms => [:mri, :mingw] | |
|
67 | 66 | gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby |
|
68 | 67 | when /sqlite3/ |
|
69 | 68 | gem "sqlite3", :platforms => [:mri, :mingw] |
General Comments 0
You need to be logged in to leave comments.
Login now