Skip to content

Commit

Permalink
merge pull request #28
Browse files Browse the repository at this point in the history
build(deps): bump pg from 1.5.8 to 1.5.9
  • Loading branch information
sarahcssiqueira authored Nov 3, 2024
2 parents 52b701d + 76b1ecb commit 6e5bd22
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 @@ -5,7 +5,7 @@ gem "rails", "~> 7.2.2"
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
gem "pg", "~> 1.5"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ GEM
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.5.8)
pg (1.5.9)
popper_js (2.11.8)
psych (5.1.2)
stringio
Expand Down Expand Up @@ -332,7 +332,7 @@ DEPENDENCIES
importmap-rails
jbuilder
net-protocol
pg (~> 1.1)
pg (~> 1.5)
puma (>= 5.0)
rails (~> 7.2.2)
rqrcode (~> 2.2)
Expand Down

0 comments on commit 6e5bd22

Please sign in to comment.