Commit d3f88dcb7a90a2182868fc1a752b6380fc7a0864
Committed by
Rodrigo Souto
1 parent
a10fbb32
Exists in
master
and in
29 other branches
upgrade grape version
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
Gemfile
| ... | ... | @@ -19,7 +19,10 @@ 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 | -gem 'grape', '0.2.1' | |
| 22 | +gem 'grape', '~> 0.8.0' | |
| 23 | +gem 'grape-entity' | |
| 24 | +gem 'grape-swagger' | |
| 25 | +#gem 'grape-swagger-rails' | |
| 23 | 26 | |
| 24 | 27 | # FIXME list here all actual dependencies (i.e. the ones in debian/control), |
| 25 | 28 | # with their GEM names (not the Debian package names) | ... | ... |