From 58fc1ff8efc68a1866fbb053fcd7dfb777f18d66 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 25 Aug 2018 17:15:07 +0900 Subject: Avoid `pg` 1.1.0 for now Because there are tests that fail due to the influence of the `async_exec` deprecate message. https://travis-ci.org/rails/rails/jobs/420345370 Related to #33188. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index f353eea5cd..d727263c59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -540,7 +540,7 @@ DEPENDENCIES minitest-bisect mysql2 (>= 0.4.10) nokogiri (>= 1.8.1) - pg (>= 0.18.0) + pg (>= 0.18.0, < 1.1) psych (~> 3.0) puma que @@ -575,4 +575,4 @@ DEPENDENCIES websocket-client-simple! BUNDLED WITH - 1.16.3 + 1.16.4 -- cgit v1.2.3