From e096c96c443cd8b028cb28a25652a7b544b50e32 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 26 Jun 2022 20:15:58 +0200 Subject: [PATCH] Bump pg --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 760c6a0ec..cc712f4bf 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ group :mysql, optional: true do gem "mysql2", "0.5.4" end group :postgresql, optional: true do - gem "pg", "1.2.3" + gem "pg", "1.4.1" end gem "activerecord-import", "1.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index ffc9d8133..3830a9034 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -470,7 +470,7 @@ GEM parallel (1.21.0) parser (3.0.2.0) ast (~> 2.4.1) - pg (1.2.3) + pg (1.4.1) phantomjs (2.1.1.0) pronto (0.11.0) gitlab (~> 4.4, >= 4.4.0) @@ -857,7 +857,7 @@ DEPENDENCIES omniauth-wordpress (= 0.2.2) open_graph_reader (= 0.7.2) openid_connect (= 1.3.0) - pg (= 1.2.3) + pg (= 1.4.1) pronto (= 0.11.0) pronto-eslint (= 0.11.0) pronto-haml (= 0.11.0)