1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-19 08:17:41 -05:00 committed by GitHub
parent 20eaf0cc62
commit ad451f28d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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!