Relax suggested version specification

[ci skip]
This commit is contained in:
Andrew Haines 2013-01-14 19:35:04 +00:00
parent fa0d2b73f6
commit ef01add38d
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ Decorators are the ideal place to:
Add Draper to your Gemfile:
```ruby
gem 'draper', '~> 1.0.0'
gem 'draper', '~> 1.0'
```
And run `bundle install` within your app's directory.