From 846d00e8fcc231f880b88f2fe5343db5db21a1a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:10:55 +0000 Subject: [PATCH] Bump pg from 1.1.4 to 1.5.9 Bumps [pg](https://github.com/ged/ruby-pg) from 1.1.4 to 1.5.9. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.1.4...v1.5.9) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2c1cf0b..0b9e492 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "rails", "~> 7.1.2" gem "sprockets-rails" -gem "pg", "~> 1.3.0" +gem "pg", "~> 1.5.9" gem "faker", "~> 3.5.1" diff --git a/Gemfile.lock b/Gemfile.lock index 7e354f5..d4966bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,7 +184,7 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - pg (1.3.5) + pg (1.5.9) psych (5.2.0) stringio puma (6.4.3) @@ -279,7 +279,7 @@ DEPENDENCIES importmap-rails jwt kaminari - pg (~> 1.3.0) + pg (~> 1.5.9) puma (>= 5.0) rack-cors rails (~> 7.1.2)