1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

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

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.