diff --git a/Gemfile b/Gemfile index d546ffa15..c3bc8f14f 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'rack-cors', '0.2.7', :require => 'rack/cors' ENV['DB'] ||= 'mysql' gem 'mysql2', '0.3.11' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' -gem 'pg', '0.14.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' +gem 'pg', '0.15.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' gem 'activerecord-import', '0.3.1' gem 'foreigner', '1.4.1'