Skip to content

Commit

Permalink
Merge pull request #1653 from houdiniproject/dependabot/bundler/pg-1.5.4
Browse files Browse the repository at this point in the history
Bump pg from 1.4.6 to 1.5.4
  • Loading branch information
wwahammy authored Mar 24, 2024
2 parents deea48a + 2d2fc66 commit 8b39996
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 @@ -289,7 +289,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 @@ -523,7 +523,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 8b39996

Please sign in to comment.