Skip to content

Commit a34816d

Browse files
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](davidcelis/api-pagination@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] <support@github.com>
1 parent 48134e9 commit a34816d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44

55
gem 'activerecord', '~> 8.1'
6-
gem 'api-pagination', '~> 6.0'
6+
gem 'api-pagination', '~> 7.0'
77
gem 'bcrypt', '~> 3.1'
88
gem 'config', '~> 5.6'
99
gem 'grape', '~> 2.4'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GEM
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
2828
uri (>= 0.13.1)
29-
api-pagination (6.0.0)
29+
api-pagination (7.0.0)
3030
ast (2.4.3)
3131
base64 (0.3.0)
3232
bcrypt (3.1.20)
@@ -302,7 +302,7 @@ PLATFORMS
302302

303303
DEPENDENCIES
304304
activerecord (~> 8.1)
305-
api-pagination (~> 6.0)
305+
api-pagination (~> 7.0)
306306
bcrypt (~> 3.1)
307307
bundler-audit (~> 0.9.3)
308308
config (~> 5.6)

0 commit comments

Comments
 (0)