We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c8a5f commit fa5575eCopy full SHA for fa5575e
Gemfile
@@ -3,7 +3,7 @@
3
source 'https://rubygems.org'
4
5
gem 'activerecord', '~> 7.2'
6
-gem 'api-pagination', '~> 5.0'
+gem 'api-pagination', '~> 6.0'
7
gem 'bcrypt', '~> 3.1'
8
gem 'config', '~> 5.5'
9
gem 'grape', '~> 2.1'
Gemfile.lock
@@ -25,7 +25,7 @@ GEM
25
minitest (>= 5.1)
26
securerandom (>= 0.3)
27
tzinfo (~> 2.0, >= 2.0.5)
28
- api-pagination (5.0.0)
+ api-pagination (6.0.0)
29
ast (2.4.2)
30
base64 (0.2.0)
31
bcrypt (3.1.20)
@@ -269,7 +269,7 @@ PLATFORMS
269
270
DEPENDENCIES
271
activerecord (~> 7.2)
272
- api-pagination (~> 5.0)
+ api-pagination (~> 6.0)
273
bcrypt (~> 3.1)
274
bundler-audit (~> 0.9.2)
275
config (~> 5.5)
0 commit comments