Skip to content
Closed
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 @@ -6,7 +6,7 @@ ruby "3.3.6"
gem "rails", "~> 8.0.0"

# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
gem "pg", "~> 1.6"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,17 @@ GEM
racc (~> 1.4)
nokogiri (1.18.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (6.5.0)
parallel (1.27.0)
parser (3.3.8.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
pg (1.6.1-aarch64-linux)
pg (1.6.1-arm64-darwin)
pg (1.6.1-x86_64-linux)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
Expand Down Expand Up @@ -413,6 +417,7 @@ GEM
PLATFORMS
aarch64-linux-gnu
arm64-darwin-24
x86_64-linux

DEPENDENCIES
active_model_serializers (~> 0.10.14)
Expand All @@ -436,7 +441,7 @@ DEPENDENCIES
jwt
lograge (~> 0.14)
pagy (~> 6.2)
pg (~> 1.1)
pg (~> 1.6)
propshaft
puma (>= 5.0)
pundit (~> 2.3)
Expand Down
Loading