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