Skip to content

Commit

Permalink
Bump pg from 1.5.3 to 1.5.4
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]>
  • Loading branch information
dependabot[bot] authored and chrislo committed Sep 8, 2023
1 parent 29654e1 commit 695f9e0
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 @@ -14,7 +14,7 @@ gem 'friendly_id', '~> 5.4.0'
gem 'image_processing'
gem 'importmap-rails'
gem 'jbuilder'
gem 'pg', '~> 1.1'
gem 'pg', '~> 1.5'
gem 'postmark-rails'
gem 'puma', '~> 5.6'
gem 'rails', '~> 7.0.6'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.5.3)
pg (1.5.4)
postmark (1.24.0)
json
postmark-rails (0.22.1)
Expand Down Expand Up @@ -325,7 +325,7 @@ DEPENDENCIES
importmap-rails
jbuilder
letter_opener
pg (~> 1.1)
pg (~> 1.5)
postmark-rails
puma (~> 5.6)
rails (~> 7.0.6)
Expand Down

0 comments on commit 695f9e0

Please sign in to comment.