Skip to content

Commit

Permalink
build(deps): bump pg from 1.5.6 to 1.5.7 (#4567)
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.6 to 1.5.7.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.6...v1.5.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 40e17ef commit 7dbbdbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end
# User management and login workflow.
gem "devise", '>= 4.7.1'
# Postgres database adapter.
gem "pg", "~> 1.5.6"
gem "pg", "~> 1.5.7"
# Web server.
gem "puma"
# Rails web framework.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
pg (1.5.6)
pg (1.5.7)
popper_js (2.11.8)
prawn (2.4.0)
pdf-core (~> 0.9.0)
Expand Down Expand Up @@ -761,7 +761,7 @@ DEPENDENCIES
orderly (~> 0.1)
paper_trail
pdf-reader
pg (~> 1.5.6)
pg (~> 1.5.7)
prawn-rails
pry-doc
pry-nav
Expand Down

0 comments on commit 7dbbdbe

Please sign in to comment.