From 7bab5a280563621ba25e9347f564840242322c29 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:16:50 +0000 Subject: [PATCH] Update pg to version 1.5.7 --- Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0b73670..c15b791 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,6 +172,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.0.1) + mini_portile2 (2.8.7) minitest (5.19.0) modernizr-rails (2.7.1) multi_json (1.15.0) @@ -181,7 +182,8 @@ GEM sass (~> 3.4) thor (~> 0.19) nio4r (2.3.0) - nokogiri (1.15.4-arm64-darwin) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth (0.5.1) oauth2 (1.4.0) @@ -209,7 +211,7 @@ GEM parallel (1.12.1) parser (2.5.1.2) ast (~> 2.4.0) - pg (1.5.3) + pg (1.5.7) powerpack (0.1.2) public_suffix (5.0.3) puma (5.6.7)