From 96221f1f63d4d390fd10db1b14ae516abd08721a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 04:02:04 +0000 Subject: [PATCH] Bump pg from 1.2.3 to 1.4.0 in /src Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.3 to 1.4.0. - [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.0) --- 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..0312fda 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.0) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0)