From 7fb3faecf577dc91da80b63a78772df5b1e026c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 22:37:34 +0000 Subject: [PATCH] Bump pagy from 6.5.0 to 9.3.4 Bumps [pagy](https://github.com/ddnexus/pagy) from 6.5.0 to 9.3.4. - [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.3.4) --- updated-dependencies: - dependency-name: pagy dependency-version: 9.3.4 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 6fb00ed..9619f65 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem "rack-attack", "~> 6.7" # Pagination gem "kaminari", "~> 1.2" -gem "pagy", "~> 6.2" +gem "pagy", "~> 9.3" # Serialization gem "active_model_serializers", "~> 0.10.14" diff --git a/Gemfile.lock b/Gemfile.lock index 1d54a06..800ddf4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,8 +225,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.4) parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) @@ -421,6 +423,7 @@ GEM PLATFORMS aarch64-linux-gnu arm64-darwin-24 + x86_64-linux DEPENDENCIES active_model_serializers (~> 0.10.14) @@ -444,7 +447,7 @@ DEPENDENCIES jwt kaminari (~> 1.2) lograge (~> 0.14) - pagy (~> 6.2) + pagy (~> 9.3) pg (~> 1.1) puma (>= 5.0) pundit (~> 2.3)