From c5c3a903fcf2fba7cdded85a88d4720372d9c729 Mon Sep 17 00:00:00 2001 From: Christian Bruckmayer Date: Tue, 8 Dec 2015 15:56:18 +0100 Subject: [PATCH] Update paperclip to 4.3.2 To fix CVE-2015-2963 --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a63c84e4..2e14ba9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM climate_control (0.0.3) activesupport (>= 3.0) cliver (0.3.2) - cocaine (0.5.4) + cocaine (0.5.8) climate_control (>= 0.0.3, < 1.0) cocoon (1.2.6) coderay (1.1.0) @@ -206,7 +206,8 @@ GEM mail (2.6.3) mime-types (>= 1.16, < 3) method_source (0.8.2) - mime-types (2.4.3) + mime-types (2.99) + mimemagic (0.3.0) mina (0.3.0) open4 rake @@ -261,11 +262,12 @@ GEM paper_trail (3.0.1) activerecord (>= 3.0, < 5.0) activesupport (>= 3.0, < 5.0) - paperclip (4.1.1) - activemodel (>= 3.0.0) - activesupport (>= 3.0.0) - cocaine (~> 0.5.3) + paperclip (4.3.2) + activemodel (>= 3.2.0) + activesupport (>= 3.2.0) + cocaine (~> 0.5.5) mime-types + mimemagic (= 0.3.0) parser (2.2.0.pre.3) ast (>= 1.1, < 3.0) slop (~> 3.4, >= 3.4.5)