From d08d05416f4788f80ecee854098263333907be3c Mon Sep 17 00:00:00 2001 From: chrisbr Date: Fri, 21 Nov 2014 17:22:14 +0100 Subject: [PATCH] Fixes CVE-2014-7819 --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0d3b8f22..f9299f80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,10 +351,10 @@ GEM ruby-progressbar (1.5.1) rubyzip (1.0.0) sass (3.2.19) - sass-rails (4.0.3) + sass-rails (4.0.4) railties (>= 4.0.0, < 5.0) - sass (~> 3.2.0) - sprockets (~> 2.8, <= 2.11.0) + sass (~> 3.2.2) + sprockets (~> 2.8, < 2.12) sprockets-rails (~> 2.0) shoulda (3.5.0) shoulda-context (~> 1.0, >= 1.0.1) @@ -371,7 +371,7 @@ GEM spring (1.1.2) spring-commands-rspec (1.0.2) spring (>= 0.9.1) - sprockets (2.11.0) + sprockets (2.11.3) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0)