From a34816dd45fd0325cd61168285bb9d0629b99346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:34:47 +0000 Subject: [PATCH] Bump api-pagination from 6.0.0 to 7.0.0 Bumps [api-pagination](https://github.com/davidcelis/api-pagination) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/davidcelis/api-pagination/releases) - [Commits](https://github.com/davidcelis/api-pagination/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: api-pagination dependency-version: 7.0.0 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 f17bccb..aa5fdbc 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'activerecord', '~> 8.1' -gem 'api-pagination', '~> 6.0' +gem 'api-pagination', '~> 7.0' gem 'bcrypt', '~> 3.1' gem 'config', '~> 5.6' gem 'grape', '~> 2.4' diff --git a/Gemfile.lock b/Gemfile.lock index cee55aa..9557d78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - api-pagination (6.0.0) + api-pagination (7.0.0) ast (2.4.3) base64 (0.3.0) bcrypt (3.1.20) @@ -302,7 +302,7 @@ PLATFORMS DEPENDENCIES activerecord (~> 8.1) - api-pagination (~> 6.0) + api-pagination (~> 7.0) bcrypt (~> 3.1) bundler-audit (~> 0.9.3) config (~> 5.6)