Commit 7bb5bd94465bf37393754f8b92b0a51a7f1cef39
1 parent
5a573d74
Exists in
theme-brasil-digital-from-staging
and in
9 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 |