Skip to content

Commit

Permalink
Bump api-pagination from 5.0.0 to 6.0.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 4d53640 commit 07b1318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

gem 'activerecord', '~> 7.1'
gem 'api-pagination', '~> 5.0'
gem 'api-pagination', '~> 6.0'
gem 'bcrypt', '~> 3.1'
gem 'config', '~> 5.5'
gem 'grape', '~> 2.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
api-pagination (5.0.0)
api-pagination (6.0.0)
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.20)
Expand Down Expand Up @@ -268,7 +268,7 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 7.1)
api-pagination (~> 5.0)
api-pagination (~> 6.0)
bcrypt (~> 3.1)
bundler-audit (~> 0.9.2)
config (~> 5.5)
Expand Down

0 comments on commit 07b1318

Please sign in to comment.