From b50ac2ac1c77ad85f0f2d7222e675a758429ba7a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Tue, 27 Feb 2018 07:55:14 +0000 Subject: [PATCH] Upgrade pg to version 1.0.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c8eb29a893..2dbda5ec2e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'rack-mini-profiler', group: :development, require: false gem 'sqlite3' if ENV['DB'].nil? || ENV['DB'] == 'sqlite' gem 'mysql2', '~> 0.3.18' if ENV['DB'] == 'mysql' -gem 'pg', '~> 0.21' if ENV['DB'] == 'postgresql' +gem 'pg', '~> 1.0' if ENV['DB'] == 'postgresql' gem 'sassc-rails' group :development, :test do