Skip to content

Commit

Permalink
Bump pg from 1.5.6 to 1.5.7 (#1127)
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 Jul 29, 2024
1 parent 6fc77e9 commit a8e99ff
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 @@ -9,7 +9,7 @@ gem "rails", "~> 7.1.3", ">= 7.1.3.4"
gem "sprockets-rails"

# Use pg as the database for Active Record
gem "pg", "~> 1.1"
gem "pg", "~> 1.5"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ GEM
orm_adapter (0.5.0)
paranoia (2.6.3)
activerecord (>= 5.1, < 7.2)
pg (1.5.6)
pg (1.5.7)
popper_js (1.16.1)
psych (5.1.2)
stringio
Expand Down Expand Up @@ -552,7 +552,7 @@ DEPENDENCIES
importmap-rails
jbuilder
mission_control-jobs
pg (~> 1.1)
pg (~> 1.5)
puma (>= 5.0)
rails (~> 7.1.3, >= 7.1.3.4)
redis (>= 4.0.1)
Expand Down

0 comments on commit a8e99ff

Please sign in to comment.