From 81bd0f36d64587d4efabf0a5afdd3b03db611f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:18:49 +0000 Subject: [PATCH] Bump pagy from 6.5.0 to 9.4.0 Bumps [pagy](https://github.com/ddnexus/pagy) from 6.5.0 to 9.4.0. - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ddnexus/pagy/compare/6.5.0...9.4.0) --- updated-dependencies: - dependency-name: pagy dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index face5ba..ae3856e 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ gem "pundit", "~> 2.3" gem "rack-attack", "~> 6.7" # Pagination -gem "pagy", "~> 6.2" +gem "pagy", "~> 9.4" # Serialization gem "active_model_serializers", "~> 0.10.14" diff --git a/Gemfile.lock b/Gemfile.lock index c842d3c..950e41c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.4.0) parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) @@ -413,6 +415,7 @@ GEM PLATFORMS aarch64-linux-gnu arm64-darwin-24 + x86_64-linux DEPENDENCIES active_model_serializers (~> 0.10.14) @@ -435,7 +438,7 @@ DEPENDENCIES jsbundling-rails jwt lograge (~> 0.14) - pagy (~> 6.2) + pagy (~> 9.4) pg (~> 1.1) propshaft puma (>= 5.0)