##// END OF EJS Templates
Gemfile: upgrade pg to 0.18.1...
Toshi MARUYAMA -
r13852:2f67c8e214e6
parent child
Show More
@@ -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.17.1", :platforms => [:mri, :mingw, :x64_mingw]
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