Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Library/Homebrew/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "rspec", require: false
gem "rspec-its", require: false
gem "rspec-retry", require: false
gem "rspec-wait", require: false
gem "rubocop", require: false
gem "rubocop", ">= 1.3.1", require: false
gem "simplecov", require: false
gem "sorbet", require: false
gem "sorbet-runtime", require: false
Expand All @@ -23,8 +23,8 @@ gem "concurrent-ruby"
gem "mechanize"
gem "patchelf"
gem "plist"
gem "rubocop-performance"
gem "rubocop-rspec"
gem "rubocop-sorbet"
gem "rubocop-performance", ">= 1.9.0"
gem "rubocop-rspec", ">= 2.0.1"
gem "rubocop-sorbet", ">= 0.6.0"
gem "ruby-macho"
gem "sorbet-runtime-stub"
62 changes: 34 additions & 28 deletions Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.1)
ast (2.4.2)
bindata (2.4.8)
byebug (11.1.3)
codecov (0.2.12)
Expand All @@ -32,6 +32,7 @@ GEM
i18n (1.8.5)
concurrent-ruby (~> 1.0)
json (2.3.1)
language_server-protocol (3.17.0.3)
mechanize (2.7.6)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
Expand All @@ -54,26 +55,29 @@ GEM
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
ntlm-http (0.1.1)
parallel (1.20.0)
parallel (1.26.3)
parallel_tests (3.3.0)
parallel
parlour (4.0.1)
commander (~> 4.5)
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (2.7.2.0)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
patchelf (1.3.0)
elftools (>= 1.1.3)
plist (3.5.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.0.0)
racc (1.8.1)
rainbow (3.1.1)
rdiscount (2.2.0.2)
regexp_parser (1.8.2)
rexml (3.2.4)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
ronn (0.7.3)
hpricot (>= 0.8.2)
mustache (>= 0.7.0)
Expand All @@ -98,27 +102,28 @@ GEM
rspec-support (3.10.0)
rspec-wait (0.0.9)
rspec (>= 3, < 4)
rubocop (1.3.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 1.1.1)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.1.1)
parser (>= 2.7.1.5)
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
rubocop-ast (>= 0.4.0)
rubocop-rspec (2.0.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
rubocop-sorbet (0.5.1)
rubocop
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
rubocop-sorbet (0.8.0)
rubocop (>= 0.90.0)
ruby-macho (2.5.0)
ruby-progressbar (1.10.1)
ruby-progressbar (1.13.0)
simplecov (0.19.1)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -133,6 +138,7 @@ GEM
sorbet (~> 0.5.5)
sorbet-runtime
thor (>= 0.19.2)
strscan (3.1.0)
tapioca (0.4.8)
parlour (>= 2.1.0)
pry (>= 0.12.2)
Expand All @@ -147,7 +153,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
unicode-display_width (2.5.0)
webrobots (0.1.2)
zeitwerk (2.4.0)

Expand All @@ -168,10 +174,10 @@ DEPENDENCIES
rspec-its
rspec-retry
rspec-wait
rubocop
rubocop-performance
rubocop-rspec
rubocop-sorbet
rubocop (>= 1.3.1)
rubocop-performance (>= 1.9.0)
rubocop-rspec (>= 2.0.1)
rubocop-sorbet (>= 0.6.0)
ruby-macho
simplecov
sorbet
Expand Down