From 68d4a77102c6e0fbc5bf6b8190e3af5af41975a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 04:04:10 +0000 Subject: [PATCH] Bump pg from 1.2.3 to 1.4.4 in /src Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.3 to 1.4.4. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](https://github.com/ged/ruby-pg/compare/v1.2.3...v1.4.4) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gemfile.lock b/src/Gemfile.lock index 981c63d..0139113 100644 --- a/src/Gemfile.lock +++ b/src/Gemfile.lock @@ -137,7 +137,7 @@ GEM parallel (1.20.1) parser (3.0.2.0) ast (~> 2.4.1) - pg (1.2.3) + pg (1.4.4) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0)