Skip to content

Commit

Permalink
update ffi to dodge CVE-2018-1000201 (#4670)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshasselberg committed Sep 14, 2018
1 parent 79c6258 commit ee36591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions 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 changes: 3 additions & 2 deletions ui/Gemfile.lock
Expand Up @@ -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)
Expand All @@ -23,9 +23,10 @@ PLATFORMS
ruby

DEPENDENCIES
ffi (~> 1.9.24)
sass
therubyracer
uglifier

BUNDLED WITH
1.16.0
1.16.1

0 comments on commit ee36591

Please sign in to comment.