update ffi to dodge CVE-2018-1000201 (#4670)
This commit is contained in:
parent
b7f7571886
commit
ed7eeb9404
|
@ -1,6 +1,7 @@
|
|||
# A sample Gemfile
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "ffi", "~> 1.9.24"
|
||||
gem "uglifier"
|
||||
gem "sass"
|
||||
gem "therubyracer"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue