From 9cdfe47894f8ec46ea0db6eff5f8a8ae00de58de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:27:15 +0000 Subject: [PATCH] chore(deps): Bump pg from 1.5.6 to 1.5.8 Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.6 to 1.5.8. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.6...v1.5.8) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 747da7e..00ad653 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 7.2.0.beta2' gem 'sprockets-rails' # Use postgresql as the database for Active Record -gem 'pg', '~> 1.1' +gem 'pg', '~> 1.5' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '>= 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4083dde..aec466b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,7 +169,7 @@ GEM parser (3.3.3.0) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.8) psych (5.1.2) stringio puma (6.4.2) @@ -332,7 +332,7 @@ DEPENDENCIES jsbundling-rails kamal net-pop! - pg (~> 1.1) + pg (~> 1.5) puma (>= 5.0) rails (~> 7.2.0.beta2) redis (>= 4.0.1)