From 2b0a3b8303b6230b41128d11f053b444fd488fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:21:30 +0000 Subject: [PATCH] Bump pagy from 9.3.2 to 9.3.3 Bumps [pagy](https://github.com/ddnexus/pagy) from 9.3.2 to 9.3.3. - [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.2...9.3.3) --- updated-dependencies: - dependency-name: pagy 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 b927ca0..0ea12b5 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "litestream", "~> 0.12.0" gem "octokit", "~> 9.2.0" gem "omniauth-github", github: "omniauth/omniauth-github", branch: "master" gem "omniauth-rails_csrf_protection" -gem "pagy", "~> 9.3.2" +gem "pagy", "~> 9.3.3" gem "phlex-rails", "~> 1.2.2" gem "propshaft", "~> 1.1.0" gem "puma", ">= 6.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index b3529ff..954031f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -325,7 +325,7 @@ GEM childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) rexml (~> 3.2) - pagy (9.3.2) + pagy (9.3.3) parallel (1.26.3) parser (3.3.5.0) ast (~> 2.4.1) @@ -573,7 +573,7 @@ DEPENDENCIES omniauth-github! omniauth-rails_csrf_protection overcommit - pagy (~> 9.3.2) + pagy (~> 9.3.3) phlex-rails (~> 1.2.2) propshaft (~> 1.1.0) puma (>= 6.5.0)