Commit 98586d3859e7c76bff9b6f6f7c69a7fbe7d0dbaa
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'api' into stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -19,7 +19,7 @@ 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.8.0' | |
22 | +gem 'grape', '~> 0.11.0' | |
23 | 23 | gem 'grape-entity' |
24 | 24 | gem 'grape-swagger' |
25 | 25 | gem 'rack-cors' | ... | ... |