From d7f7569ac63f96178d21b54f2938459be247a257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:41:52 +0000 Subject: [PATCH] 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 dc750f5b3..b405e7887 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem "omniauth-google-oauth2", "~> 1.1.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-twitter", "~> 1.4.0" gem "paranoia", "~> 2.6.3" -gem "pg", "~> 1.5.6" +gem "pg", "~> 1.5.8" gem "pg_search", "~> 2.3.7" gem "puma", "~> 5.6.9" gem "recipient_interceptor", "~> 0.3.2" diff --git a/Gemfile.lock b/Gemfile.lock index 80940a434..9e61c3c60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -427,7 +427,7 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk - pg (1.5.6) + pg (1.5.8) pg_search (2.3.7) activerecord (>= 6.1) activesupport (>= 6.1) @@ -754,7 +754,7 @@ DEPENDENCIES omniauth-twitter (~> 1.4.0) paranoia (~> 2.6.3) pdf-reader (~> 2.12.0) - pg (~> 1.5.6) + pg (~> 1.5.8) pg_search (~> 2.3.7) pronto (~> 0.11.2) pronto-erb_lint (~> 0.1.6)