From 2ece0d87d0f86e00c54cb52cdf20e9b2d56677df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:05:54 +0000 Subject: [PATCH] Bump api-pagination from 5.0.0 to 6.0.0 Bumps [api-pagination](https://github.com/davidcelis/api-pagination) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/davidcelis/api-pagination/releases) - [Commits](https://github.com/davidcelis/api-pagination/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: api-pagination 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 ec5a45f..6a726fe 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'activerecord', '~> 7.2' -gem 'api-pagination', '~> 5.0' +gem 'api-pagination', '~> 6.0' gem 'bcrypt', '~> 3.1' gem 'config', '~> 5.5' gem 'grape', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 88af69a..8e72479 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - api-pagination (5.0.0) + api-pagination (6.0.0) ast (2.4.2) base64 (0.2.0) bcrypt (3.1.20) @@ -269,7 +269,7 @@ PLATFORMS DEPENDENCIES activerecord (~> 7.2) - api-pagination (~> 5.0) + api-pagination (~> 6.0) bcrypt (~> 3.1) bundler-audit (~> 0.9.2) config (~> 5.5)