Bump required grape version

This commit is contained in:
Ryan Buckley 2016-05-12 19:59:31 +08:00 committed by Ryan Buckley
parent ec6c95ec05
commit dbfeb13530
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Logs:
Add this line to your application's Gemfile:
```ruby
gem 'grape', '>= 0.14.0'
gem 'grape', '>= 0.17'
gem 'grape-middleware-logger'
```