@@ -64,7 +64,7 if File.exist?(database_file) | |||
|
64 | 64 | when 'mysql' |
|
65 | 65 | gem "activerecord-jdbcmysql-adapter", :platforms => :jruby |
|
66 | 66 | when /postgresql/ |
|
67 |
gem "pg", "~> 0.1 |
|
|
67 | gem "pg", "~> 0.18.1", :platforms => [:mri, :mingw, :x64_mingw] | |
|
68 | 68 | gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby |
|
69 | 69 | when /sqlite3/ |
|
70 | 70 | gem "sqlite3", :platforms => [:mri, :mingw, :x64_mingw] |
General Comments 0
You need to be logged in to leave comments.
Login now