Commit 0401d2daedc1db69ad9a47b5267905e4e6d438e5

Authored by Leandro Santos
Committed by Rodrigo Souto
1 parent b4c89a3b

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)
... ...