From bdf00ed896a5a9aeff9a9f0471b03c213051bbf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:57:39 +0000 Subject: [PATCH] Bump pagy from 43.2.2 to 43.2.7 Bumps [pagy](https://github.com/ddnexus/pagy) from 43.2.2 to 43.2.7. - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/ddnexus/pagy/compare/43.2.2...43.2.7) --- updated-dependencies: - dependency-name: pagy dependency-version: 43.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 051b87d..2048139 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "jbuilder", "~> 2.14", ">= 2.14.1" gem "rswag", "~> 2.10", ">= 2.10.1" # Pagination with Pagy [https://github.com/ddnexus/pagy] -gem "pagy", "~> 43.2", ">= 43.2.2" +gem "pagy", "~> 43.2" # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword] # gem "bcrypt", "~> 3.1.7" diff --git a/Gemfile.lock b/Gemfile.lock index c9f3f21..a3ba981 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,7 +223,7 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.3) - pagy (43.2.2) + pagy (43.2.7) json yaml parallel (1.27.0) @@ -449,7 +449,7 @@ DEPENDENCIES httparty (~> 0.23.2) jbuilder (~> 2.14, >= 2.14.1) kamal - pagy (~> 43.2, >= 43.2.2) + pagy (~> 43.2) pg (~> 1.1) pry-rails (~> 0.3.11) puma (>= 5.0)