Skip to content

Commit cda32c3

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Fix vulnerabilities in HelloWorld's Gemfile (#52873)
Summary: Pull Request resolved: #52873 Our tooling detected a vulnerability in HelloWorld's Gemfile. This change fixes them. bypass-github-export-checks ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D79084217 fbshipit-source-id: 7a0c85a0b2e79792c43226f43a19f27414cfee2a
1 parent 9d4f6cd commit cda32c3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

private/helloworld/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ gem 'bigdecimal'
1212
gem 'logger'
1313
gem 'benchmark'
1414
gem 'mutex_m'
15+
gem 'ffi', '>= 1.17.2'
16+
gem 'rexml', '>= 3.3.9'

private/helloworld/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GEM
6262
escape (0.0.4)
6363
ethon (0.16.0)
6464
ffi (>= 1.15.0)
65-
ffi (1.17.0)
65+
ffi (1.17.2)
6666
fourflusher (2.3.1)
6767
fuzzy_match (2.0.4)
6868
gh_inspector (1.1.3)
@@ -79,10 +79,8 @@ GEM
7979
netrc (0.11.0)
8080
nkf (0.2.0)
8181
public_suffix (4.0.7)
82-
rexml (3.3.5)
83-
strscan
82+
rexml (3.4.1)
8483
ruby-macho (2.5.1)
85-
strscan (3.1.0)
8684
typhoeus (1.4.1)
8785
ethon (>= 0.9.0)
8886
tzinfo (2.0.6)
@@ -104,8 +102,10 @@ DEPENDENCIES
104102
bigdecimal
105103
cocoapods (~> 1.13, != 1.15.1, != 1.15.0)
106104
concurrent-ruby (<= 1.3.4)
105+
ffi (>= 1.17.2)
107106
logger
108107
mutex_m
108+
rexml (>= 3.3.9)
109109
xcodeproj (< 1.26.0)
110110

111111
RUBY VERSION

0 commit comments

Comments
 (0)