From 411942b5cf195979d6991ee6791486bac60f08db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:30:53 +0000 Subject: [PATCH] Bump pagy from 43.4.2 to 43.5.3 Bumps [pagy](https://github.com/ddnexus/pagy) from 43.4.2 to 43.5.3. - [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.4.2...43.5.3) --- updated-dependencies: - dependency-name: pagy dependency-version: 43.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index efc2c4c3..549e6118 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'newrelic_rpm', '~> 10.2' # Adding ostruct until rswag-ui gem v3 is released # https://github.com/rswag/rswag/pull/790#issuecomment-3710836151 gem 'ostruct', '~> 0.6' -gem 'pagy', '~> 43.4' +gem 'pagy', '~> 43.5' gem 'pg', '~> 1.6' gem 'puma', '~> 7.2' gem 'pundit', '~> 2.5' diff --git a/Gemfile.lock b/Gemfile.lock index daa74cd6..bf93cc23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -392,7 +392,7 @@ GEM sawyer (~> 0.9) orm_adapter (0.5.0) ostruct (0.6.3) - pagy (43.4.2) + pagy (43.5.3) json uri yaml @@ -687,7 +687,7 @@ DEPENDENCIES newrelic_rpm (~> 10.2) octokit (~> 10.0) ostruct (~> 0.6) - pagy (~> 43.4) + pagy (~> 43.5) parallel_tests (~> 5.6) pg (~> 1.6) pg_query (~> 6.2.2)