Skip to content

Commit

Permalink
Bump pg from 1.4.6 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.4.6 to 1.5.4.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.4.6...v1.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent ed3840a commit 2d2fc66
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 @@ -29,7 +29,7 @@ gem 'premailer-rails', '~> 1.12' # for styling of email
gem 'money', '~> 6.16'

# Database and Events
gem 'pg', '~> 1.4'
gem 'pg', '~> 1.5'

gem 'param_validation', path: 'gems/ruby-param-validation'
gem 'qx', path: 'gems/ruby-qx'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.4.6)
pg (1.5.4)
power_assert (2.0.3)
premailer (1.18.0)
addressable
Expand Down Expand Up @@ -515,7 +515,7 @@ DEPENDENCIES
listen
money (~> 6.16)
param_validation!
pg (~> 1.4)
pg (~> 1.5)
premailer-rails (~> 1.12)
puma (~> 5.6)
qx!
Expand Down

0 comments on commit 2d2fc66

Please sign in to comment.