Skip to content

Commit fa5575e

Browse files
Bump api-pagination from 5.0.0 to 6.0.0 (duffn#282)
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](davidcelis/api-pagination@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9c8a5f commit fa5575e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

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

55
gem 'activerecord', '~> 7.2'
6-
gem 'api-pagination', '~> 5.0'
6+
gem 'api-pagination', '~> 6.0'
77
gem 'bcrypt', '~> 3.1'
88
gem 'config', '~> 5.5'
99
gem 'grape', '~> 2.1'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28-
api-pagination (5.0.0)
28+
api-pagination (6.0.0)
2929
ast (2.4.2)
3030
base64 (0.2.0)
3131
bcrypt (3.1.20)
@@ -269,7 +269,7 @@ PLATFORMS
269269

270270
DEPENDENCIES
271271
activerecord (~> 7.2)
272-
api-pagination (~> 5.0)
272+
api-pagination (~> 6.0)
273273
bcrypt (~> 3.1)
274274
bundler-audit (~> 0.9.2)
275275
config (~> 5.5)

0 commit comments

Comments
 (0)