From ad451f28d87f913109a30f60efb5ed2f094bdfe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:17:41 -0500 Subject: [PATCH] Bump pg from 1.5.4 to 1.5.5 (#469) Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.4 to 1.5.5. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.4...v1.5.5) --- 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 d121daa8..876b5f21 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby "3.3.0" gem "rails", github: "rails/rails", branch: "main" # Drivers -gem "pg", "~> 1.1" +gem "pg", "~> 1.5" gem "redis", ">= 4.0.1" # Deployment diff --git a/Gemfile.lock b/Gemfile.lock index 73061277..53c2151c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM parser (3.3.0.5) ast (~> 2.4.1) racc - pg (1.5.4) + pg (1.5.5) prism (0.19.0) propshaft (0.8.0) actionpack (>= 7.0.0) @@ -409,7 +409,7 @@ DEPENDENCIES jbuilder letter_opener lucide-rails! - pg (~> 1.1) + pg (~> 1.5) propshaft puma (>= 5.0) rails!