Skip to content

Commit

Permalink
Bump pg from 1.5.3 to 1.5.4 (#226)
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.3 to 1.5.4.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.3...v1.5.4)

---
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 Sep 5, 2023
1 parent 40d0bbd commit 0948590
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 "bootsnap", require: false
gem "foreman"
gem "jbuilder"
gem "okcomputer"
gem "pg", "~> 1.1"
gem "pg", "~> 1.5"
gem "puma", "~> 6.3"
gem "rails", "~> 7.0.7"
gem "sprockets-rails"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.5.3)
pg (1.5.4)
phonelib (0.8.3)
pry (0.14.2)
coderay (~> 1.1)
Expand Down Expand Up @@ -443,7 +443,7 @@ DEPENDENCIES
okcomputer
omniauth-azure-activedirectory-v2
pagy
pg (~> 1.1)
pg (~> 1.5)
phonelib
pry-byebug
puma (~> 6.3)
Expand Down

0 comments on commit 0948590

Please sign in to comment.