Skip to content

Commit

Permalink
chore(deps): bump pg from 1.5.7 to 1.5.9 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 3, 2024
1 parent 62a210e commit e3339e5
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 @@ -3,7 +3,7 @@ source "https://rubygems.org"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.2.0"
# 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"
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ GEM
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.7)
pg (1.5.9)
psych (5.1.2)
stringio
puma (6.4.3)
Expand Down Expand Up @@ -250,7 +250,7 @@ DEPENDENCIES
brakeman
debug
matrix (~> 0.4.2)
pg (~> 1.1)
pg (~> 1.5)
puma (>= 5.0)
rack-cors
rails (~> 7.2.0)
Expand Down

0 comments on commit e3339e5

Please sign in to comment.