From a4b2aa9693440c4135ba1098b4b8a019eaea8b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:48:02 +0000 Subject: [PATCH] chore(deps): bump pg from 1.5.7 to 1.5.9 Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.7 to 1.5.9. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.7...v1.5.9) --- 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 960b30c..b30786d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,7 +156,7 @@ GEM parser (3.3.3.0) ast (~> 2.4.1) racc - pg (1.5.7) + pg (1.5.9) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0)