Skip to content
Open
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
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ GEM
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
pagy (9.3.4)
pagy (43.2.9)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Migrate pagy integration before bumping to v43

This change upgrades Pagy across a breaking API boundary (9.3.443.2.9) without any corresponding migration of the app’s Pagy usage: the initializer is still the old template (config/initializers/pagy.rb is marked 8.4.4) and controllers still pass legacy options like items: (e.g., app/controllers/articles_controller.rb:19, app/controllers/faqs_controller.rb:27). Pagy 43 requires upgrade-guide changes, so shipping this lockfile alone can break pagination endpoints at runtime even though dependency resolution succeeds.

Useful? React with 👍 / 👎.

json
yaml
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -512,6 +514,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
yaml (0.4.0)
zeitwerk (2.7.3)

PLATFORMS
Expand Down
Loading