From 20fa795f5034b394439e0eaf6f9720ee974bc3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 04:01:10 +0000 Subject: [PATCH] Bump pg from 1.2.3 to 1.4.3 in /src Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.3 to 1.4.3. - [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.3) --- 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..8cc3672 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.3) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0)