Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "dotenv-rails"

gem "propshaft"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.5.9"
gem "pg", "~> 1.6.1"
# 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
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,12 @@ GEM
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pg (1.5.9)
pg (1.6.1)
pg (1.6.1-aarch64-linux)
pg (1.6.1-aarch64-linux-musl)
pg (1.6.1-arm64-darwin)
pg (1.6.1-x86_64-linux)
pg (1.6.1-x86_64-linux-musl)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
Expand Down Expand Up @@ -483,7 +488,7 @@ DEPENDENCIES
kamal
omniauth
omniauth-google-oauth2
pg (~> 1.5.9)
pg (~> 1.6.1)
propshaft
puma (>= 5.0)
rails (~> 8.0.2)
Expand Down