Browse Source

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

pull/4675/merge
Hans Hasselberg 6 years ago committed by GitHub
parent
commit
ee36591242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/Gemfile
  2. 5
      ui/Gemfile.lock

1
ui/Gemfile

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

5
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

Loading…
Cancel
Save