Commit e7fa634804f479eb7e8ca67cb54e71d46bce1442
1 parent
0702669b
Exists in
staging
and in
41 other branches
Gemfile: organize API dependencies in a block
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
Gemfile
| ... | ... | @@ -19,6 +19,8 @@ gem 'gettext', '~> 2.2.1', :require => false |
| 19 | 19 | gem 'locale', '~> 2.0.5' |
| 20 | 20 | gem 'whenever', :require => false |
| 21 | 21 | gem 'eita-jrails', '~> 0.9.5', require: 'jrails' |
| 22 | + | |
| 23 | +# API dependencies | |
| 22 | 24 | gem 'grape', '~> 0.11.0' |
| 23 | 25 | gem 'grape-entity' |
| 24 | 26 | gem 'grape-swagger' |
| ... | ... | @@ -27,10 +29,6 @@ gem 'api-pagination', '~> 4.1.1' |
| 27 | 29 | gem 'rack-cors' |
| 28 | 30 | gem 'rack-contrib' |
| 29 | 31 | |
| 30 | - | |
| 31 | -# FIXME list here all actual dependencies (i.e. the ones in debian/control), | |
| 32 | -# with their GEM names (not the Debian package names) | |
| 33 | - | |
| 34 | 32 | # asset pipeline |
| 35 | 33 | gem 'uglifier', '>= 1.0.3' |
| 36 | 34 | gem 'sass-rails' | ... | ... |