From a6d370373e2b6757176e150e741bceec77a93bb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 06:05:16 +0000 Subject: [PATCH] Bump pagy from 3.11.0 to 5.6.3 Bumps [pagy](https://github.com/ddnexus/pagy) from 3.11.0 to 5.6.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/3.11.0...5.6.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 014703c..ea009bc 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', '~> 5.6' # Uploading gem 'aws-sdk-s3', '~> 1.89' diff --git a/Gemfile.lock b/Gemfile.lock index 5977345..bdc5933 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 (5.6.3) 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 (~> 5.6) pg (~> 1.2, >= 1.2.3) pry-byebug (~> 3.9) pry-rails (~> 0.3.9)