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

Merge pull request #713 from kukula/remove_outdated_version_from_instalation_manual

Remove outdated version from installation manual in README
This commit is contained in:
Sean Linsley 2016-07-04 13:54:36 -05:00 committed by GitHub
commit dc6296a732

View file

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