From 0f95f4f72b13f8b6bf3f8b6d11f7540f6547fe65 Mon Sep 17 00:00:00 2001 From: Florian Ebeling Date: Mon, 29 Jan 2018 09:48:38 +0100 Subject: [PATCH] Update the README Installation section The command from the README is often copied into projects directly. The version used here before had a known vulnerability (CVE-2017-0889), so it might be wise to mention something more secure instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89be6f118..77ca5be05 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.0.0" +gem "paperclip", "~> 5.2.1" ``` Or, if you want to get the latest, you can get master from the main paperclip repository: