From 55458043e2026540c47593957281ab5a50cd34fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:38:47 +0000 Subject: [PATCH] Bump pg from 1.3.3 to 1.4.6 Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.3 to 1.4.6. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.3.3...v1.4.6) --- 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..0dcc8d4 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.6) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0)