From 8575f645698e86b3630e60650ee01b6bb0d3ca4e Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 18 Jul 2022 13:58:18 -0500 Subject: [PATCH] Fix for em-pg-client and latest pg gem --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 85bb839..58ce364 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "braintree" gem "dhall", ">= 0.5.3.fixed" gem "em-hiredis" gem "em-http-request", git: "https://github.com/singpolyma/em-http-request", branch: "fix-letsencrypt" -gem "em-pg-client", git: "https://github.com/royaltm/ruby-em-pg-client" +gem "em-pg-client", git: "https://github.com/singpolyma/ruby-em-pg-client", branch: "support-pg-1.3" gem "em_promise.rb", "~> 0.0.4" gem "em-synchrony" gem "eventmachine" -- 2.38.5