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 @@ -62,7 +62,7 @@ gem "pundit", "~> 2.3"
gem "rack-attack", "~> 6.7"

# Pagination
gem "pagy", "~> 6.2"
gem "pagy", "~> 9.3"

# Serialization
gem "active_model_serializers", "~> 0.10.14"
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,10 @@ 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)
pagy (9.3.5)
parallel (1.27.0)
parser (3.3.8.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -413,6 +415,7 @@ GEM
PLATFORMS
aarch64-linux-gnu
arm64-darwin-24
x86_64-linux

DEPENDENCIES
active_model_serializers (~> 0.10.14)
Expand All @@ -435,7 +438,7 @@ DEPENDENCIES
jsbundling-rails
jwt
lograge (~> 0.14)
pagy (~> 6.2)
pagy (~> 9.3)
pg (~> 1.1)
propshaft
puma (>= 5.0)
Expand Down
Loading