Commit eefb51d76a989896fcbab20c24a166360d4441b9
1 parent
e7fa6348
Exists in
api_private_token
and in
2 other branches
Gemfile: remove unused API dependencies
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
Gemfile
... | ... | @@ -23,9 +23,7 @@ gem 'eita-jrails', '~> 0.9.5', require: 'jrails' |
23 | 23 | # API dependencies |
24 | 24 | gem 'grape', '~> 0.11.0' |
25 | 25 | gem 'grape-entity' |
26 | -gem 'grape-swagger' | |
27 | 26 | gem 'grape_logging' |
28 | -gem 'api-pagination', '~> 4.1.1' | |
29 | 27 | gem 'rack-cors' |
30 | 28 | gem 'rack-contrib' |
31 | 29 | ... | ... |