From 4c0eacdb585d017d53b202ad67631fbde13d2dbd Mon Sep 17 00:00:00 2001 From: Viktor Fonic Date: Wed, 14 Mar 2018 19:48:07 -0600 Subject: [PATCH] Use v6.0.0 in installation section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd31fc82a..50a561608 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Paperclip is distributed as a gem, which is how it should be used in your app. Include the gem in your Gemfile: ```ruby -gem "paperclip", "~> 5.2.1" +gem "paperclip", "~> 6.0.0" ``` Or, if you want to get the latest, you can get master from the main paperclip repository: