From be07fdaefa27f851af1894d3b78af9d05b8f94a0 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Mon, 23 Oct 2023 11:57:28 +0200 Subject: [PATCH] DEV: Upgrade pg gem to 1.5.4 (#23932) We stopped upgrading due to deprecation notices in Rails. See https://github.com/discourse/discourse/pull/21271#issuecomment-1524348726 pg 1.5.3 and Rails 7.0.5 should have fixed the issue. See https://github.com/rails/rails/issues/48046#issuecomment-1527743307 and https://github.com/rails/rails/pull/48048#issuecomment-1564046629 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 646b3c5dfbf..594375abda0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - pg (1.4.6) + pg (1.5.4) prettier_print (1.2.1) progress (3.6.0) pry (0.14.2)