From 35bca514a95669f67eb78f04f5b45ba77349fcae Mon Sep 17 00:00:00 2001 From: Anatoliy Kukul Date: Thu, 7 Jan 2016 17:19:44 +0100 Subject: [PATCH] Remove outdated version from installation manual in README It's misleading for nice guys who follow manuals :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80009a5..b01ed0b 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Decorators are the ideal place to: Add Draper to your Gemfile: ```ruby -gem 'draper', '~> 1.3' +gem 'draper' ``` And run `bundle install` within your app's directory.