Commit ac16dd9c499268a25793b66cfa4988b3f3d56735
1 parent
9f6599cc
Exists in
staging
and in
4 other branches
Fix grape entity version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
@@ -34,7 +34,7 @@ gem 'slim' | @@ -34,7 +34,7 @@ gem 'slim' | ||
34 | 34 | ||
35 | # API dependencies | 35 | # API dependencies |
36 | gem 'grape', '~> 0.12' | 36 | gem 'grape', '~> 0.12' |
37 | -gem 'grape-entity' | 37 | +gem 'grape-entity', '~> 0.4.8' |
38 | gem 'grape_logging' | 38 | gem 'grape_logging' |
39 | gem 'grape-swagger' | 39 | gem 'grape-swagger' |
40 | gem 'swagger-ui_rails' | 40 | gem 'swagger-ui_rails' |