Bump pg from 1.5.8 to 1.5.9

Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.8 to 1.5.9.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](https://github.com/ged/ruby-pg/compare/v1.5.8...v1.5.9)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-23 12:56:14 +00:00
committed by GitHub
parent d0b1f077eb
commit eac1776a1c
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ gem "omniauth-google-oauth2", "~> 1.2.0"
gem "omniauth-rails_csrf_protection", "~> 1.0.2" gem "omniauth-rails_csrf_protection", "~> 1.0.2"
gem "omniauth-twitter", "~> 1.4.0" gem "omniauth-twitter", "~> 1.4.0"
gem "paranoia", "~> 3.0.0" gem "paranoia", "~> 3.0.0"
gem "pg", "~> 1.5.8" gem "pg", "~> 1.5.9"
gem "pg_search", "~> 2.3.7" gem "pg_search", "~> 2.3.7"
gem "puma", "~> 5.6.9" gem "puma", "~> 5.6.9"
gem "recipient_interceptor", "~> 0.3.3" gem "recipient_interceptor", "~> 0.3.3"

View File

@@ -455,7 +455,7 @@ GEM
hashery (~> 2.0) hashery (~> 2.0)
ruby-rc4 ruby-rc4
ttfunk ttfunk
pg (1.5.8) pg (1.5.9)
pg_search (2.3.7) pg_search (2.3.7)
activerecord (>= 6.1) activerecord (>= 6.1)
activesupport (>= 6.1) activesupport (>= 6.1)
@@ -794,7 +794,7 @@ DEPENDENCIES
omniauth-twitter (~> 1.4.0) omniauth-twitter (~> 1.4.0)
paranoia (~> 3.0.0) paranoia (~> 3.0.0)
pdf-reader (~> 2.14.1) pdf-reader (~> 2.14.1)
pg (~> 1.5.8) pg (~> 1.5.9)
pg_search (~> 2.3.7) pg_search (~> 2.3.7)
pronto (~> 0.11.2) pronto (~> 0.11.2)
pronto-erb_lint (~> 0.1.6) pronto-erb_lint (~> 0.1.6)