From eb4dc77f4f3873a5f02984ed9a64f622ab3eab2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 11:01:58 +0000 Subject: [PATCH] Bump pg from 1.3.4 to 1.4.2 Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.4 to 1.4.2. - [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.3.4...v1.4.2) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 326a8165..789c56a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,7 @@ GEM parser (3.1.1.0) ast (~> 2.4.1) parslet (2.0.0) - pg (1.3.4) + pg (1.4.2) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0)