Commit 7f36b06bfa63ddb92a4f1b23cfa8f55ec9742736
Committed by
Rodrigo Souto
1 parent
dd5ea59f
Exists in
master
and in
29 other branches
api: pagination support
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Gemfile
@@ -23,6 +23,7 @@ gem 'grape', '~> 0.11.0' | @@ -23,6 +23,7 @@ gem 'grape', '~> 0.11.0' | ||
23 | gem 'grape-entity' | 23 | gem 'grape-entity' |
24 | gem 'grape-swagger' | 24 | gem 'grape-swagger' |
25 | gem 'grape_logging' | 25 | gem 'grape_logging' |
26 | +gem 'api-pagination', '~> 4.1.1' | ||
26 | gem 'rack-cors' | 27 | gem 'rack-cors' |
27 | gem 'rack-contrib' | 28 | gem 'rack-contrib' |
28 | 29 |