Skip to content

Commit

Permalink
Merge branch 'main' into update-ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Mar 24, 2024
2 parents 7a6af8c + 8b39996 commit 264976b
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 264976b

Please sign in to comment.