From 20bb4ffee4819e316075e49af9105fbbaeb695f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:00:33 +0000 Subject: [PATCH] Update dependency pagy to v43 --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0e3aca9..e0f042f 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'omniauth_openid_connect' gem 'omniauth-rails_csrf_protection' # Pagy used for pagination on long lists of records -gem 'pagy', '~> 9.1' +gem 'pagy', '~> 43.0' # Parser added explicitly to allow for the namespace to be available for scout gem 'parser' diff --git a/Gemfile.lock b/Gemfile.lock index dedf301..a52f71b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,7 +286,9 @@ GEM validate_url webfinger (~> 2.0) orm_adapter (0.5.0) - pagy (9.4.0) + pagy (43.1.8) + json + yaml parallel (1.27.0) parser (3.3.9.0) ast (~> 2.4.1) @@ -500,6 +502,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) + yaml (0.4.0) yard (0.9.37) zeitwerk (2.7.3) @@ -531,7 +534,7 @@ DEPENDENCIES omniauth omniauth-rails_csrf_protection omniauth_openid_connect - pagy (~> 9.1) + pagy (~> 43.0) parser pg puma (>= 5.0)