From 2e78156b91c3677d5b8a6c6075162e023b78c038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:15:10 +0000 Subject: [PATCH] Bump pg from 1.3.3 to 1.4.2 Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.3 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.3...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 bc17069..ee75a7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,7 +213,7 @@ GEM orm_adapter (0.5.0) paranoia (2.5.2) activerecord (>= 5.1, < 7.1) - pg (1.3.3) + pg (1.4.2) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0)