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 #695

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
10 changes: 5 additions & 5 deletions 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.18.0", require: false
gem "rubocop-ast", require: false
gem "simplecov", require: false
gem "simplecov-cobertura", require: false
Expand All @@ -35,9 +35,9 @@ gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7
gem "mechanize"
gem "patchelf"
gem "plist"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "rubocop-sorbet"
gem "rubocop-performance", ">= 1.11.4"
gem "rubocop-rails", ">= 2.11.1"
gem "rubocop-rspec", ">= 2.5.0"
gem "rubocop-sorbet", ">= 0.6.3"
gem "ruby-macho"
gem "sorbet-runtime-stub"
97 changes: 60 additions & 37 deletions Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.3.2)
activesupport (7.1.3.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.4.10)
bootsnap (1.7.5)
msgpack (~> 1.0)
Expand All @@ -18,21 +24,24 @@ GEM
colorize (0.8.1)
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.3)
connection_pool (2.2.5)
did_you_mean (1.5.0)
diff-lcs (1.4.4)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
drb (2.2.1)
elftools (1.1.3)
bindata (~> 2)
highline (2.0.3)
hpricot (0.8.6)
http-cookie (1.0.4)
domain_name (~> 0.5)
i18n (1.8.10)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
mechanize (2.8.1)
addressable (~> 2.7)
domain_name (~> 0.5, >= 0.5.20190701)
Expand All @@ -49,25 +58,27 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mini_portile2 (2.5.3)
minitest (5.14.4)
minitest (5.23.0)
msgpack (1.4.2)
mustache (1.1.1)
mutex_m (0.2.0)
net-http-digest_auth (1.4.1)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
parallel (1.20.1)
parallel (1.24.0)
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.1.0)
ast (~> 2.4.1)
racc
patchelf (1.3.0)
elftools (>= 1.1.3)
plist (3.6.0)
Expand All @@ -76,11 +87,12 @@ GEM
method_source (~> 1.0)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rainbow (3.0.0)
rack (3.0.11)
rainbow (3.1.1)
rdiscount (2.2.0.2)
regexp_parser (2.1.1)
rexml (3.2.5)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
ronn (0.7.3)
hpricot (>= 0.8.2)
mustache (>= 0.7.0)
Expand Down Expand Up @@ -112,31 +124,42 @@ GEM
rspec (>= 3, < 4)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.17.0)
rubocop (1.63.5)
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)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
rubocop-performance (1.11.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.11.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.4.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
rubocop-sorbet (0.6.2)
rubocop
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
rubocop-sorbet (0.8.0)
rubocop (>= 0.90.0)
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 All @@ -156,6 +179,7 @@ GEM
sorbet (~> 0.5.5)
sorbet-runtime
thor (>= 0.19.2)
strscan (3.1.0)
tapioca (0.4.23)
bundler (>= 1.17.3)
parlour (>= 2.1.0)
Expand All @@ -165,16 +189,15 @@ GEM
spoom
thor (>= 0.19.2)
thor (1.1.0)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
unicode-display_width (2.5.0)
warning (1.2.0)
webrick (1.7.0)
webrobots (0.1.2)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand All @@ -199,12 +222,12 @@ DEPENDENCIES
rspec-sorbet
rspec-wait
rspec_junit_formatter
rubocop
rubocop (>= 1.18.0)
rubocop-ast
rubocop-performance
rubocop-rails
rubocop-rspec
rubocop-sorbet
rubocop-performance (>= 1.11.4)
rubocop-rails (>= 2.11.1)
rubocop-rspec (>= 2.5.0)
rubocop-sorbet (>= 0.6.3)
ruby-macho
simplecov
simplecov-cobertura
Expand Down
Loading