From c117a074b65b383956eb822cca8bd9e263e168c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 20:16:43 +0000 Subject: [PATCH] Bump pg from 1.3.3 to 1.3.4 Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.3 to 1.3.4. - [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.3.4) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... 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..a0e19f3 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.3.4) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0)