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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 86ff624e16..09f89804d9 100644 --- a/Gemfile +++ b/Gemfile @@ -123,7 +123,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do gem "sqlite3", "~> 1.3.6" group :db do - gem "pg", ">= 0.18.0" + gem "pg", ">= 0.18.0", "< 1.1" gem "mysql2", ">= 0.4.10" end end -- cgit v1.2.3