update ffi to dodge CVE-2018-1000201 (#4670)

This commit is contained in:
Hans Hasselberg 2018-09-14 11:22:48 +02:00 committed by GitHub
parent b7f7571886
commit ed7eeb9404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# A sample Gemfile
source "https://rubygems.org"
gem "ffi", "~> 1.9.24"
gem "uglifier"
gem "sass"
gem "therubyracer"

View File

@ -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