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
28 changes: 16 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
activerecord (>= 2.3.0)
rake (>= 0.8.7)
ast (2.4.3)
avo (3.32.1)
avo (4.1.10)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand All @@ -100,13 +100,13 @@ GEM
avo-icons (>= 0.1.2)
docile
meta-tags
pagy (>= 7.0.0, < 43)
pagy (>= 43.0)
prop_initializer (>= 0.3.0)
turbo-rails (>= 2.0.0)
turbo_power (>= 0.6.0)
view_component (>= 3.7.0)
zeitwerk (>= 2.6.12)
avo-icons (0.1.6)
avo-icons (0.2.1)
inline_svg
bannerbear (0.1.4)
httparty
Expand Down Expand Up @@ -156,7 +156,7 @@ GEM
dotenv (= 3.1.8)
railties (>= 6.1)
drb (2.2.3)
erb (6.0.6)
erb (6.0.7)
erb_lint (0.9.0)
activesupport
better_html (>= 2.0.1)
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
inline_svg (1.10.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.8.2)
io-console (0.9.2)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
Expand All @@ -220,7 +220,7 @@ GEM
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.21.1)
json (2.21.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
listen (3.9.0)
Expand Down Expand Up @@ -287,7 +287,10 @@ GEM
racc (~> 1.4)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
pagy (9.3.4)
pagy (43.6.1)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Migrate Pagy callers before forcing v43

This lockfile pulls in Pagy 43 through Avo 4, but the app still has the pre-43 Pagy integration: config/initializers/pagy.rb:155 actively requires the discontinued pagy/extras/trim, the paginated controllers still include Pagy::Backend, and app/helpers/application_helper.rb:2 includes Pagy::Frontend / calls pagy_url_for. Pagy 43 removed extras and replaced the old Backend/Frontend API with Pagy::Method, so after this bundle update the app can fail during initialization or when hitting the article/FAQ/stocks pagination routes. Please migrate those usages or keep Pagy below 43 before landing the Avo bump.

Useful? React with 馃憤聽/ 馃憥.

json
uri
yaml
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -320,7 +323,7 @@ GEM
nio4r (~> 2.0)
raabro (1.5.0)
racc (1.8.1)
rack (3.2.6)
rack (3.2.7)
rack-mini-profiler (4.0.1)
rack (>= 1.2.0)
rack-session (2.1.2)
Expand Down Expand Up @@ -373,7 +376,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (4.0.2)
rbs (4.1.3)
logger
prism (>= 1.6.0)
tsort
Expand All @@ -388,7 +391,7 @@ GEM
redis-client (0.30.1)
connection_pool
regexp_parser (2.10.0)
reline (0.6.3)
reline (0.7.0)
io-console (~> 0.5)
revise_auth (0.8.0)
bcrypt (~> 3.1)
Expand Down Expand Up @@ -481,7 +484,7 @@ GEM
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
turbo_power (0.7.0)
turbo_power (0.8.0)
turbo-rails (>= 1.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -513,7 +516,8 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.8.2)
yaml (0.4.0)
zeitwerk (2.8.3)

PLATFORMS
aarch64-linux
Expand Down
Loading