From 3d03346e1b1c0c8a841f42b83b97d3c72a47b870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:29:01 +0200 Subject: [PATCH] Bump pg from 1.5.3 to 1.5.4 (#283) Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.3 to 1.5.4. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b81ac5ac..31c75c72 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby "3.1.4" gem "rails", "~> 7.0.7" # Database -gem "pg", "~> 1.1" +gem "pg", "~> 1.5" # Server gem "puma", "~> 6.3" diff --git a/Gemfile.lock b/Gemfile.lock index e57461d6..c9eae775 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,7 +309,7 @@ GEM ast (~> 2.4.1) racc pdf-core (0.9.0) - pg (1.5.3) + pg (1.5.4) prawn (2.4.0) pdf-core (~> 0.9.0) ttfunk (~> 1.7) @@ -584,7 +584,7 @@ DEPENDENCIES lookbook matrix parallel_tests - pg (~> 1.1) + pg (~> 1.5) prawn prawn-table puma (~> 6.3)