From 77ea82a620f7709bc5157a85817cb0174694f8df Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Fri, 22 Jun 2018 13:42:04 +0200 Subject: [PATCH] Fix high severity vulnerability in Sprockets This fixes CVE-2018-3760. According to https://groups.google.com/forum/#!topic/ruby-security-ann/2S9Pwz2i16k, the release 3.7.2 fixes it. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 77f77a7bd..d71513eb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -354,7 +354,7 @@ GEM skylight-core (= 2.0.1) skylight-core (2.0.1) activesupport (>= 4.2.0) - sprockets (3.7.1) + sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.1)