Skip to content
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
2 changes: 1 addition & 1 deletion Library/Homebrew/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "simplecov", require: false
# vendored gems
gem "activesupport"
gem "concurrent-ruby"
gem "mechanize"
gem "mechanize", ">= 2.7.7"
gem "plist"
gem "rubocop-performance"
gem "rubocop-rspec"
Expand Down
176 changes: 94 additions & 82 deletions Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,129 +7,141 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.3)
base64 (0.3.0)
bigdecimal (3.2.2)
concurrent-ruby (1.1.6)
connection_pool (2.2.2)
connection_pool (2.5.3)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
diff-lcs (1.3)
docile (1.3.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
diff-lcs (1.6.2)
docile (1.4.1)
domain_name (0.6.20240107)
hpricot (0.8.6)
http-cookie (1.0.3)
http-cookie (1.0.8)
domain_name (~> 0.5)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
json (2.3.0)
mechanize (2.7.6)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (>= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (>= 0.0.9, < 0.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mini_portile2 (2.4.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
mechanize (2.14.0)
addressable (~> 2.8)
base64
domain_name (~> 0.5, >= 0.5.20190701)
http-cookie (~> 1.0, >= 1.0.3)
mime-types (~> 3.3)
net-http-digest_auth (~> 1.4, >= 1.4.1)
net-http-persistent (>= 2.5.2, < 5.0.dev)
nkf
nokogiri (~> 1.11, >= 1.11.2)
rubyntlm (~> 0.6, >= 0.6.3)
webrick (~> 1.7)
webrobots (~> 0.1.2)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0722)
mini_portile2 (2.8.9)
minitest (5.14.1)
mustache (1.1.1)
net-http-digest_auth (1.4.1)
net-http-persistent (3.1.0)
connection_pool (~> 2.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
ntlm-http (0.1.1)
net-http-persistent (4.0.6)
connection_pool (~> 2.2, >= 2.2.4)
nkf (0.2.0)
nokogiri (1.15.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.19.1)
parallel_tests (3.0.0)
parallel
parser (2.7.1.3)
ast (~> 2.4.0)
parser (3.3.8.0)
ast (~> 2.4.1)
racc
plist (3.5.0)
rainbow (3.0.0)
rdiscount (2.2.0.1)

regexp_parser (1.7.0)

regexp_parser (1.7.1)
depfu/update/LibraryHomebrew/rubocop-performance-1.6.1
rexml (3.2.4)
prism (1.4.0)
public_suffix (5.1.1)
racc (1.8.1)
rainbow (3.1.1)
rdiscount (2.2.7.3)
regexp_parser (2.10.0)
ronn (0.7.3)
hpricot (>= 0.8.2)
mustache (>= 0.7.0)
rdiscount (>= 1.5.8)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.1)
rspec (3.13.1)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.5)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-its (1.3.0)
rspec-support (~> 3.13.0)
rspec-its (1.3.1)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.9.1)
rspec-mocks (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (~> 3.13.0)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.9.2)
rspec-wait (0.0.9)
rspec (>= 3, < 4)

rubocop (0.85.0)

rubocop (0.85.1)
depfu/update/LibraryHomebrew/rubocop-performance-1.6.1
rspec-support (3.13.4)
rspec-wait (0.0.10)
rspec (>= 3.0)
rubocop (1.78.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.45.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.0.3)
parser (>= 2.7.0.1)

rubocop-performance (1.6.1)

rubocop-performance (1.5.2)
depfu/update/LibraryHomebrew/rubocop-performance-1.6.1
rubocop (>= 0.71.0)
rubocop-rspec (1.40.0)
rubocop (>= 0.68.1)
ruby-macho (2.2.0)
ruby-progressbar (1.10.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-performance (1.25.0)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rspec (3.6.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-macho (4.1.0)
ruby-progressbar (1.13.0)
rubyntlm (0.6.5)
base64
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sync (0.5.0)
term-ansicolor (1.7.1)
term-ansicolor (1.11.2)
tins (~> 1.0)
thor (1.0.1)
thor (1.4.0)
thread_safe (0.3.6)
tins (1.24.1)
tins (1.38.0)
bigdecimal
sync
tzinfo (1.2.7)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
webrick (1.9.1)
webrobots (0.1.2)
zeitwerk (2.3.0)
zeitwerk (2.6.18)

PLATFORMS
ruby
Expand All @@ -138,7 +150,7 @@ DEPENDENCIES
activesupport
concurrent-ruby
coveralls (~> 0.8)
mechanize
mechanize (>= 2.7.7)
parallel_tests
plist
ronn
Expand All @@ -153,4 +165,4 @@ DEPENDENCIES
simplecov

BUNDLED WITH
1.17.2
1.17.3
Loading