From 2bf2a21d449665d4fa6d0a61c6bc6d151ac09dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:45:14 +0000 Subject: [PATCH] Bump pagy from 6.5.0 to 9.3.3 Bumps [pagy](https://github.com/ddnexus/pagy) from 6.5.0 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/6.5.0...9.3.3) --- updated-dependencies: - dependency-name: pagy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f2f569265..ded3c9150 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ gem 'omniauth-github', '~> 2.0' # Authentication to GitHub (get project info) # the "standard way to resolve this issue". # When we update to omniauth 2.X series we can remove this. gem 'omniauth-rails_csrf_protection' -gem 'pagy', '~> 6.0' +gem 'pagy', '~> 9.3' gem 'paleta', '~> 0.3' # Color manipulation, used for badges gem 'paper_trail', '~> 16.0' # Record previous versions of project data gem 'pg', '~> 1.4' # PostgreSQL database, used for data storage diff --git a/Gemfile.lock b/Gemfile.lock index 25b4de516..c90228d4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -315,7 +315,7 @@ GEM omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) - pagy (6.5.0) + pagy (9.3.3) paleta (0.3.0) paper_trail (16.0.0) activerecord (>= 6.1) @@ -621,7 +621,7 @@ DEPENDENCIES octokit (~> 7) omniauth-github (~> 2.0) omniauth-rails_csrf_protection - pagy (~> 6.0) + pagy (~> 9.3) paleta (~> 0.3) paper_trail (~> 16.0) pg (~> 1.4)