From fc3e834e507e1953c2ea34c2ffb24873b5a57187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 06:05:49 +0000 Subject: [PATCH] Bump pagy from 3.11.0 to 6.0.0 Bumps [pagy](https://github.com/ddnexus/pagy) from 3.11.0 to 6.0.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/3.11.0...6.0.0) --- 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 014703c..7f067d2 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'jsonapi-serializer', '~> 2.1' gem 'oj', '~> 3.11' # Pagination -gem 'pagy', '~> 3.11' +gem 'pagy', '~> 6.0' # Uploading gem 'aws-sdk-s3', '~> 1.89' diff --git a/Gemfile.lock b/Gemfile.lock index 5977345..becb7a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM racc (~> 1.4) oj (3.11.2) orm_adapter (0.5.0) - pagy (3.11.0) + pagy (6.0.0) parallel (1.20.1) parser (3.0.0.0) ast (~> 2.4.1) @@ -558,7 +558,7 @@ DEPENDENCIES mock_redis (~> 0.27.3) n_plus_one_control (~> 0.6.0) oj (~> 3.11) - pagy (~> 3.11) + pagy (~> 6.0) pg (~> 1.2, >= 1.2.3) pry-byebug (~> 3.9) pry-rails (~> 0.3.9)