From ee36591242c1ac2c493865eea28c24569b81f7c3 Mon Sep 17 00:00:00 2001 From: Hans Hasselberg Date: Fri, 14 Sep 2018 11:22:48 +0200 Subject: [PATCH] update ffi to dodge CVE-2018-1000201 (#4670) --- ui/Gemfile | 1 + ui/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/Gemfile b/ui/Gemfile index 77b884c352dc..ce0147581d34 100644 --- a/ui/Gemfile +++ b/ui/Gemfile @@ -1,6 +1,7 @@ # A sample Gemfile source "https://rubygems.org" +gem "ffi", "~> 1.9.24" gem "uglifier" gem "sass" gem "therubyracer" diff --git a/ui/Gemfile.lock b/ui/Gemfile.lock index 3221f95639d5..42d5a015a3c6 100644 --- a/ui/Gemfile.lock +++ b/ui/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: execjs (2.7.0) - ffi (1.9.23) + ffi (1.9.25) libv8 (3.16.14.19) rb-fsevent (0.10.3) rb-inotify (0.9.10) @@ -23,9 +23,10 @@ PLATFORMS ruby DEPENDENCIES + ffi (~> 1.9.24) sass therubyracer uglifier BUNDLED WITH - 1.16.0 + 1.16.1