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:
parent
fa0d2b73f6
commit
ef01add38d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Decorators are the ideal place to:
|
||||||
Add Draper to your Gemfile:
|
Add Draper to your Gemfile:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
gem 'draper', '~> 1.0.0'
|
gem 'draper', '~> 1.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
And run `bundle install` within your app's directory.
|
And run `bundle install` within your app's directory.
|
||||||
|
|
Loading…
Reference in a new issue