From 6f0fc5fbd1651a7692d9d31e5dc3f7c634be1837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:32:29 +0000 Subject: [PATCH] Bump pagy from 9.3.5 to 9.4.0 Bumps [pagy](https://github.com/ddnexus/pagy) from 9.3.5 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/9.3.5...9.4.0) --- updated-dependencies: - dependency-name: pagy dependency-version: 9.4.0 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 df2c6ba..449b8ee 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ gem "thruster", require: false # gem "image_processing", "~> 1.2" # Pagination -gem "pagy", "~> 9.3" +gem "pagy", "~> 9.4" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index 59635dc..046cd85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -297,7 +297,7 @@ GEM nokogiri (1.18.9-x86_64-linux-musl) racc (~> 1.4) ostruct (0.6.3) - pagy (9.3.5) + pagy (9.4.0) parallel (1.27.0) parser (3.3.9.0) ast (~> 2.4.1) @@ -541,7 +541,7 @@ DEPENDENCIES jbuilder minitest mocha - pagy (~> 9.3) + pagy (~> 9.4) propshaft puma (>= 5.0) rails (~> 8.0.2)