Commit ac16dd9c499268a25793b66cfa4988b3f3d56735

Authored by Victor Costa
1 parent 9f6599cc

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 34  
35 35 # API dependencies
36 36 gem 'grape', '~> 0.12'
37   -gem 'grape-entity'
  37 +gem 'grape-entity', '~> 0.4.8'
38 38 gem 'grape_logging'
39 39 gem 'grape-swagger'
40 40 gem 'swagger-ui_rails'
... ...