From 265ea26f05006559029314e581ce13020936ded3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 7 Sep 2015 10:48:59 +0200 Subject: [PATCH] bump pg --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c7934b669..a43b3a0b0 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem "autoprefixer-rails", "6.0.3" ENV["DB"] ||= "mysql" gem "mysql2", "0.3.20" if ENV["DB"] == "all" || ENV["DB"] == "mysql" -gem "pg", "0.18.2" if ENV["DB"] == "all" || ENV["DB"] == "postgres" +gem "pg", "0.18.3" if ENV["DB"] == "all" || ENV["DB"] == "postgres" gem "activerecord-import", "0.10.0"