mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +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:
parent
20eaf0cc62
commit
ad451f28d8
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue