Skip to content

Commit

Permalink
fix: Library/Homebrew/Gemfile & Library/Homebrew/Gemfile.lock to redu…
Browse files Browse the repository at this point in the history
…ce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-REXML-8309365
  • Loading branch information
snyk-bot committed Nov 1, 2024
1 parent 47d5150 commit 83e9574
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "rspec-its", require: false
gem "rspec_junit_formatter", require: false
gem "rspec-retry", require: false
gem "rspec-wait", require: false
gem "rubocop", require: false
gem "rubocop", ">= 1.66.0", require: false
gem "rubocop-ast", require: false
gem "simplecov", require: false
gem "simplecov-cobertura", require: false
Expand Down
35 changes: 19 additions & 16 deletions Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ GEM
domain_name (~> 0.5)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
json (2.7.5)
language_server-protocol (3.17.0.3)
mechanize (2.8.1)
addressable (~> 2.7)
domain_name (~> 0.5, >= 0.5.20190701)
Expand All @@ -58,16 +60,17 @@ GEM
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
parallel (1.20.1)
parallel (1.26.3)
parallel_tests (3.7.0)
parallel
parlour (6.0.0)
commander (~> 4.5)
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (3.0.1.1)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
patchelf (1.3.0)
elftools (>= 1.1.3)
plist (3.6.0)
Expand All @@ -77,10 +80,9 @@ GEM
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rainbow (3.0.0)
rainbow (3.1.1)
rdiscount (2.2.0.2)
regexp_parser (2.1.1)
rexml (3.2.5)
regexp_parser (2.9.2)
ronn (0.7.3)
hpricot (>= 0.8.2)
mustache (>= 0.7.0)
Expand Down Expand Up @@ -112,17 +114,18 @@ GEM
rspec (>= 3, < 4)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.17.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.7.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
parser (>= 3.3.1.0)
rubocop-performance (1.11.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
Expand All @@ -136,7 +139,7 @@ GEM
rubocop-sorbet (0.6.2)
rubocop
ruby-macho (2.5.1)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
rubyntlm (0.6.3)
simplecov (0.21.2)
docile (~> 1.1)
Expand Down Expand Up @@ -170,7 +173,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
unicode-display_width (2.6.0)
warning (1.2.0)
webrick (1.7.0)
webrobots (0.1.2)
Expand Down Expand Up @@ -199,7 +202,7 @@ DEPENDENCIES
rspec-sorbet
rspec-wait
rspec_junit_formatter
rubocop
rubocop (>= 1.66.0)
rubocop-ast
rubocop-performance
rubocop-rails
Expand Down

0 comments on commit 83e9574

Please sign in to comment.