Merge pull request #20275 from Homebrew/dependabot/all-bef4732fe0

Bump the "all" group with 3 updates across multiple ecosystems
This commit is contained in:
Patrick Linnane 2025-07-18 17:08:33 +00:00 committed by GitHub
commit e68b1495f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
97 changed files with 179 additions and 313 deletions

View File

@ -52,7 +52,7 @@ jobs:
run: vale docs/
- name: Install Ruby
uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # v1.246.0
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
with:
bundler-cache: true
working-directory: docs

View File

@ -43,7 +43,7 @@ jobs:
persist-credentials: false
- name: Install Ruby
uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # v1.246.0
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
with:
bundler-cache: true
working-directory: rubydoc

View File

@ -17,7 +17,7 @@ GEM
bindata (~> 2)
erubi (1.13.1)
hana (1.3.7)
json (2.12.2)
json (2.13.0)
json_schemer (2.4.0)
bigdecimal
hana (~> 1.3)
@ -79,7 +79,7 @@ GEM
rspec-support (3.13.4)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.77.0)
rubocop (1.78.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
@ -106,11 +106,10 @@ GEM
rubocop-sorbet (0.10.5)
lint_roller
rubocop (>= 1.75.2)
ruby-lsp (0.24.2)
ruby-lsp (0.25.0)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 5)
sorbet-runtime (>= 0.5.10782)
ruby-macho (4.1.0)
ruby-prof (1.7.2)
base64
@ -122,18 +121,18 @@ GEM
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.13.1)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
simpleidn (0.2.3)
sorbet (0.5.12222)
sorbet-static (= 0.5.12222)
sorbet-runtime (0.5.12222)
sorbet-static (0.5.12222-aarch64-linux)
sorbet-static (0.5.12222-universal-darwin)
sorbet-static (0.5.12222-x86_64-linux)
sorbet-static-and-runtime (0.5.12222)
sorbet (= 0.5.12222)
sorbet-runtime (= 0.5.12222)
sorbet (0.5.12230)
sorbet-static (= 0.5.12230)
sorbet-runtime (0.5.12230)
sorbet-static (0.5.12230-aarch64-linux)
sorbet-static (0.5.12230-universal-darwin)
sorbet-static (0.5.12230-x86_64-linux)
sorbet-static-and-runtime (0.5.12230)
sorbet (= 0.5.12230)
sorbet-runtime (= 0.5.12230)
spoom (1.7.4)
erubi (>= 1.10.0)
prism (>= 0.28.0)
@ -143,7 +142,7 @@ GEM
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
stackprof (0.2.27)
tapioca (0.17.6)
tapioca (0.17.7)
benchmark
bundler (>= 2.2.25)
netrc (>= 0.11.0)
@ -168,8 +167,7 @@ GEM
PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x86_64-darwin
universal-darwin
x86_64-linux
DEPENDENCIES

View File

@ -4,9 +4,9 @@
#
# pip-compile --allow-unsafe --generate-hashes --strip-extras requirements.in
#
certifi==2025.6.15 \
--hash=sha256:2e0c7ce7cb5d8f8634ca55d2ba7e6ec2689a2fd6537d8dec1296a477a4910057 \
--hash=sha256:d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b
certifi==2025.7.9 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39
# via influxdb3-python
influxdb3-python==0.14.0 \
--hash=sha256:63318c1eb53e026d1d793ef00fef51510acd40dd80bd69b528bf05332757dc67 \

View File

@ -47,44 +47,50 @@ class RuboCop::CLI
private
# source://rubocop//lib/rubocop/cli.rb#156
# source://rubocop//lib/rubocop/cli.rb#157
def act_on_options; end
# source://rubocop//lib/rubocop/cli.rb#198
# source://rubocop//lib/rubocop/cli.rb#205
def apply_default_formatter; end
# source://rubocop//lib/rubocop/cli.rb#125
# source://rubocop//lib/rubocop/cli.rb#126
def execute_runners; end
# source://rubocop//lib/rubocop/cli.rb#182
# source://rubocop//lib/rubocop/cli.rb#189
def handle_editor_mode; end
# @raise [Finished]
#
# source://rubocop//lib/rubocop/cli.rb#187
# source://rubocop//lib/rubocop/cli.rb#194
def handle_exiting_options; end
# source://rubocop//lib/rubocop/cli.rb#144
# source://rubocop//lib/rubocop/cli.rb#145
def parallel_by_default!; end
# source://rubocop//lib/rubocop/cli.rb#80
# source://rubocop//lib/rubocop/cli.rb#81
def profile_if_needed; end
# source://rubocop//lib/rubocop/cli.rb#113
# source://rubocop//lib/rubocop/cli.rb#219
def report_pending_cops; end
# source://rubocop//lib/rubocop/cli.rb#114
def require_gem(name); end
# source://rubocop//lib/rubocop/cli.rb#121
# source://rubocop//lib/rubocop/cli.rb#122
def run_command(name); end
# source://rubocop//lib/rubocop/cli.rb#174
# source://rubocop//lib/rubocop/cli.rb#176
def set_options_to_config_loader; end
# source://rubocop//lib/rubocop/cli.rb#133
# source://rubocop//lib/rubocop/cli.rb#184
def set_options_to_pending_cops_reporter; end
# source://rubocop//lib/rubocop/cli.rb#134
def suggest_extensions; end
# @raise [OptionArgumentError]
#
# source://rubocop//lib/rubocop/cli.rb#137
# source://rubocop//lib/rubocop/cli.rb#138
def validate_options_vs_config; end
end
@ -1006,7 +1012,7 @@ class RuboCop::ConfigLoader
extend ::RuboCop::FileFinder
class << self
# source://rubocop//lib/rubocop/config_loader.rb#152
# source://rubocop//lib/rubocop/config_loader.rb#130
def add_excludes_from_files(config, config_file); end
# Used to add features that were required inside a config or from
@ -1014,7 +1020,7 @@ class RuboCop::ConfigLoader
#
# @api private
#
# source://rubocop//lib/rubocop/config_loader.rb#241
# source://rubocop//lib/rubocop/config_loader.rb#204
def add_loaded_features(loaded_features); end
# Used to add plugins that were required inside a config or from
@ -1022,13 +1028,13 @@ class RuboCop::ConfigLoader
#
# @api private
#
# source://rubocop//lib/rubocop/config_loader.rb#234
# source://rubocop//lib/rubocop/config_loader.rb#197
def add_loaded_plugins(loaded_plugins); end
# source://rubocop//lib/rubocop/config_loader.rb#91
# source://rubocop//lib/rubocop/config_loader.rb#83
def add_missing_namespaces(path, hash); end
# source://rubocop//lib/rubocop/config_loader.rb#41
# source://rubocop//lib/rubocop/config_loader.rb#33
def clear_options; end
# Returns the path of .rubocop.yml searching upwards in the
@ -1037,90 +1043,90 @@ class RuboCop::ConfigLoader
# user's home directory is checked. If there's no .rubocop.yml
# there either, the path to the default file is returned.
#
# source://rubocop//lib/rubocop/config_loader.rb#119
# source://rubocop//lib/rubocop/config_loader.rb#111
def configuration_file_for(target_dir); end
# source://rubocop//lib/rubocop/config_loader.rb#123
# source://rubocop//lib/rubocop/config_loader.rb#115
def configuration_from_file(config_file, check: T.unsafe(nil)); end
# Returns the value of attribute debug.
#
# source://rubocop//lib/rubocop/config_loader.rb#33
# source://rubocop//lib/rubocop/config_loader.rb#25
def debug; end
# Sets the attribute debug
#
# @param value the value to set the attribute debug to.
#
# source://rubocop//lib/rubocop/config_loader.rb#33
# source://rubocop//lib/rubocop/config_loader.rb#25
def debug=(_arg0); end
# Returns the value of attribute debug.
#
# source://rubocop//lib/rubocop/config_loader.rb#38
# source://rubocop//lib/rubocop/config_loader.rb#30
def debug?; end
# source://rubocop//lib/rubocop/config_loader.rb#162
# source://rubocop//lib/rubocop/config_loader.rb#140
def default_configuration; end
# Sets the attribute default_configuration
#
# @param value the value to set the attribute default_configuration to.
#
# source://rubocop//lib/rubocop/config_loader.rb#35
# source://rubocop//lib/rubocop/config_loader.rb#27
def default_configuration=(_arg0); end
# Returns the value of attribute disable_pending_cops.
#
# source://rubocop//lib/rubocop/config_loader.rb#33
# source://rubocop//lib/rubocop/config_loader.rb#25
def disable_pending_cops; end
# Sets the attribute disable_pending_cops
#
# @param value the value to set the attribute disable_pending_cops to.
#
# source://rubocop//lib/rubocop/config_loader.rb#33
# source://rubocop//lib/rubocop/config_loader.rb#25
def disable_pending_cops=(_arg0); end
# Returns the value of attribute enable_pending_cops.
#
# source://rubocop//lib/rubocop/config_loader.rb#33
# source://rubocop//lib/rubocop/config_loader.rb#25
def enable_pending_cops; end
# Sets the attribute enable_pending_cops
#
# @param value the value to set the attribute enable_pending_cops to.
#
# source://rubocop//lib/rubocop/config_loader.rb#33
# source://rubocop//lib/rubocop/config_loader.rb#25
def enable_pending_cops=(_arg0); end
# Returns the value of attribute ignore_parent_exclusion.
#
# source://rubocop//lib/rubocop/config_loader.rb#33
# source://rubocop//lib/rubocop/config_loader.rb#25
def ignore_parent_exclusion; end
# Sets the attribute ignore_parent_exclusion
#
# @param value the value to set the attribute ignore_parent_exclusion to.
#
# source://rubocop//lib/rubocop/config_loader.rb#33
# source://rubocop//lib/rubocop/config_loader.rb#25
def ignore_parent_exclusion=(_arg0); end
# Returns the value of attribute ignore_parent_exclusion.
#
# source://rubocop//lib/rubocop/config_loader.rb#39
# source://rubocop//lib/rubocop/config_loader.rb#31
def ignore_parent_exclusion?; end
# Returns the value of attribute ignore_unrecognized_cops.
#
# source://rubocop//lib/rubocop/config_loader.rb#33
# source://rubocop//lib/rubocop/config_loader.rb#25
def ignore_unrecognized_cops; end
# Sets the attribute ignore_unrecognized_cops
#
# @param value the value to set the attribute ignore_unrecognized_cops to.
#
# source://rubocop//lib/rubocop/config_loader.rb#33
# source://rubocop//lib/rubocop/config_loader.rb#25
def ignore_unrecognized_cops=(_arg0); end
# This API is primarily intended for testing and documenting plugins.
@ -1128,83 +1134,69 @@ class RuboCop::ConfigLoader
# so this API is usually not needed. It is intended to be used only when implementing tests
# that do not use `rubocop/rspec/support`.
#
# source://rubocop//lib/rubocop/config_loader.rb#174
# source://rubocop//lib/rubocop/config_loader.rb#152
def inject_defaults!(config_yml_path); end
# source://rubocop//lib/rubocop/config_loader.rb#53
# source://rubocop//lib/rubocop/config_loader.rb#45
def load_file(file, check: T.unsafe(nil)); end
# @raise [TypeError]
#
# source://rubocop//lib/rubocop/config_loader.rb#78
# source://rubocop//lib/rubocop/config_loader.rb#70
def load_yaml_configuration(absolute_path); end
# Returns the value of attribute loaded_features.
#
# source://rubocop//lib/rubocop/config_loader.rb#36
# source://rubocop//lib/rubocop/config_loader.rb#28
def loaded_features; end
# Returns the value of attribute loaded_plugins.
#
# source://rubocop//lib/rubocop/config_loader.rb#36
# source://rubocop//lib/rubocop/config_loader.rb#28
def loaded_plugins; end
# Return a recursive merge of two hashes. That is, a normal hash merge,
# with the addition that any value that is a hash, and occurs in both
# arguments, will also be merged. And so on.
#
# source://rubocop//lib/rubocop/config_loader.rb#110
# source://rubocop//lib/rubocop/config_loader.rb#102
def merge(base_hash, derived_hash); end
# Merges the given configuration with the default one.
#
# source://rubocop//lib/rubocop/config_loader.rb#227
# source://rubocop//lib/rubocop/config_loader.rb#190
def merge_with_default(config, config_file, unset_nil: T.unsafe(nil)); end
# source://rubocop//lib/rubocop/config_loader.rb#143
def pending_cops_only_qualified(pending_cops); end
# @return [Boolean]
#
# source://rubocop//lib/rubocop/config_loader.rb#147
def possible_new_cops?(config); end
# Returns the path RuboCop inferred as the root of the project. No file
# searches will go past this directory.
#
# @deprecated Use `RuboCop::ConfigFinder.project_root` instead.
#
# source://rubocop//lib/rubocop/config_loader.rb#202
# source://rubocop//lib/rubocop/config_loader.rb#180
def project_root; end
# source://rubocop//lib/rubocop/config_loader.rb#211
def warn_on_pending_cops(pending_cops); end
# source://rubocop//lib/rubocop/config_loader.rb#219
def warn_pending_cop(cop); end
private
# source://rubocop//lib/rubocop/config_loader.rb#255
# source://rubocop//lib/rubocop/config_loader.rb#218
def check_duplication(yaml_code, absolute_path); end
# source://rubocop//lib/rubocop/config_loader.rb#247
# source://rubocop//lib/rubocop/config_loader.rb#210
def file_path(file); end
# Read the specified file, or exit with a friendly, concise message on
# stderr. Care is taken to use the standard OS exit code for a "file not
# found" error.
#
# source://rubocop//lib/rubocop/config_loader.rb#275
# source://rubocop//lib/rubocop/config_loader.rb#238
def read_file(absolute_path); end
# source://rubocop//lib/rubocop/config_loader.rb#251
# source://rubocop//lib/rubocop/config_loader.rb#214
def resolver; end
# source://rubocop//lib/rubocop/config_loader.rb#281
# source://rubocop//lib/rubocop/config_loader.rb#244
def yaml_tree_to_hash(yaml_tree); end
# source://rubocop//lib/rubocop/config_loader.rb#291
# source://rubocop//lib/rubocop/config_loader.rb#254
def yaml_tree_to_hash!(yaml_tree); end
end
end

View File

@ -1,220 +0,0 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `simplecov-html` gem.
# Please instead update this file by running `bin/tapioca gem simplecov-html`.
# source://simplecov-html//lib/simplecov-html.rb#16
module SimpleCov
class << self
# source://simplecov/0.22.0/lib/simplecov.rb#174
def at_exit_behavior; end
# source://simplecov/0.22.0/lib/simplecov.rb#170
def clear_result; end
# source://simplecov/0.22.0/lib/simplecov.rb#86
def collate(result_filenames, profile = T.unsafe(nil), ignore_timeout: T.unsafe(nil), &block); end
# source://simplecov/0.22.0/lib/simplecov.rb#223
def exit_and_report_previous_error(exit_status); end
# source://simplecov/0.22.0/lib/simplecov.rb#200
def exit_status_from_exception; end
# source://simplecov/0.22.0/lib/simplecov.rb#28
def external_at_exit; end
# source://simplecov/0.22.0/lib/simplecov.rb#28
def external_at_exit=(_arg0); end
# source://simplecov/0.22.0/lib/simplecov.rb#28
def external_at_exit?; end
# source://simplecov/0.22.0/lib/simplecov.rb#131
def filtered(files); end
# source://simplecov/0.22.0/lib/simplecov.rb#268
def final_result_process?; end
# source://simplecov/0.22.0/lib/simplecov.rb#142
def grouped(files); end
# source://simplecov/0.22.0/lib/simplecov.rb#162
def load_adapter(name); end
# source://simplecov/0.22.0/lib/simplecov.rb#158
def load_profile(name); end
# source://simplecov/0.22.0/lib/simplecov.rb#24
def pid; end
# source://simplecov/0.22.0/lib/simplecov.rb#24
def pid=(_arg0); end
# source://simplecov/0.22.0/lib/simplecov.rb#213
def previous_error?(error_exit_status); end
# source://simplecov/0.22.0/lib/simplecov.rb#248
def process_result(result); end
# source://simplecov/0.22.0/lib/simplecov.rb#233
def process_results_and_report_error; end
# source://simplecov/0.22.0/lib/simplecov.rb#229
def ready_to_process_results?; end
# source://simplecov/0.22.0/lib/simplecov.rb#101
def result; end
# source://simplecov/0.22.0/lib/simplecov.rb#124
def result?; end
# source://simplecov/0.22.0/lib/simplecov.rb#256
def result_exit_status(result); end
# source://simplecov/0.22.0/lib/simplecov.rb#296
def round_coverage(coverage); end
# source://simplecov/0.22.0/lib/simplecov.rb#186
def run_exit_tasks!; end
# source://simplecov/0.22.0/lib/simplecov.rb#24
def running; end
# source://simplecov/0.22.0/lib/simplecov.rb#24
def running=(_arg0); end
# source://simplecov/0.22.0/lib/simplecov.rb#48
def start(profile = T.unsafe(nil), &block); end
# source://simplecov/0.22.0/lib/simplecov.rb#276
def wait_for_other_processes; end
# source://simplecov/0.22.0/lib/simplecov.rb#285
def write_last_run(result); end
private
# source://simplecov/0.22.0/lib/simplecov.rb#399
def adapt_coverage_result; end
# source://simplecov/0.22.0/lib/simplecov.rb#371
def add_not_loaded_files(result); end
# source://simplecov/0.22.0/lib/simplecov.rb#302
def initial_setup(profile, &block); end
# source://simplecov/0.22.0/lib/simplecov.rb#363
def lookup_corresponding_ruby_coverage_name(criterion); end
# source://simplecov/0.22.0/lib/simplecov.rb#425
def make_parallel_tests_available; end
# source://simplecov/0.22.0/lib/simplecov.rb#434
def probably_running_parallel_tests?; end
# source://simplecov/0.22.0/lib/simplecov.rb#388
def process_coverage_result; end
# source://simplecov/0.22.0/lib/simplecov.rb#410
def remove_useless_results; end
# source://simplecov/0.22.0/lib/simplecov.rb#420
def result_with_not_loaded_files; end
# source://simplecov/0.22.0/lib/simplecov.rb#314
def start_coverage_measurement; end
# source://simplecov/0.22.0/lib/simplecov.rb#349
def start_coverage_with_criteria; end
end
end
# source://simplecov-html//lib/simplecov-html.rb#17
module SimpleCov::Formatter; end
# source://simplecov-html//lib/simplecov-html.rb#18
class SimpleCov::Formatter::HTMLFormatter
# @return [HTMLFormatter] a new instance of HTMLFormatter
#
# source://simplecov-html//lib/simplecov-html.rb#19
def initialize; end
# source://simplecov-html//lib/simplecov-html.rb#26
def format(result); end
private
# source://simplecov-html//lib/simplecov-html.rb#94
def asset_inline(name); end
# source://simplecov-html//lib/simplecov-html.rb#72
def asset_output_path; end
# source://simplecov-html//lib/simplecov-html.rb#80
def assets_path(name); end
# @return [Boolean]
#
# source://simplecov-html//lib/simplecov-html.rb#41
def branchable_result?; end
# source://simplecov-html//lib/simplecov-html.rb#125
def coverage_css_class(covered_percent); end
# source://simplecov-html//lib/simplecov-html.rb#121
def covered_percent(percent); end
# Returns a table containing the given source files
#
# source://simplecov-html//lib/simplecov-html.rb#112
def formatted_file_list(title, source_files); end
# Returns the html for the given source_file
#
# source://simplecov-html//lib/simplecov-html.rb#105
def formatted_source_file(source_file); end
# Return a (kind of) unique id for the source file given. Uses SHA1 on path for the id
#
# source://simplecov-html//lib/simplecov-html.rb#146
def id(source_file); end
# @return [Boolean]
#
# source://simplecov-html//lib/simplecov-html.rb#48
def line_status?(source_file, line); end
# source://simplecov-html//lib/simplecov-html.rb#158
def link_to_source_file(source_file); end
# source://simplecov-html//lib/simplecov-html.rb#56
def output_message(result); end
# source://simplecov-html//lib/simplecov-html.rb#68
def output_path; end
# source://simplecov-html//lib/simplecov-html.rb#154
def shortened_filename(source_file); end
# source://simplecov-html//lib/simplecov-html.rb#135
def strength_css_class(covered_strength); end
# Returns the an erb instance for the template of given name
#
# source://simplecov-html//lib/simplecov-html.rb#64
def template(name); end
# source://simplecov-html//lib/simplecov-html.rb#150
def timeago(time); end
end
# Only have a few content types, just hardcode them
#
# source://simplecov-html//lib/simplecov-html.rb#87
SimpleCov::Formatter::HTMLFormatter::CONTENT_TYPES = T.let(T.unsafe(nil), Hash)
# source://simplecov-html//lib/simplecov-html/version.rb#6
SimpleCov::Formatter::HTMLFormatter::VERSION = T.let(T.unsafe(nil), String)

View File

@ -0,0 +1,96 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `simplecov-html` gem.
# Please instead update this file by running `bin/tapioca gem simplecov-html`.
# source://simplecov-html//lib/simplecov-html.rb#15
module SimpleCov; end
# source://simplecov-html//lib/simplecov-html.rb#16
module SimpleCov::Formatter; end
# source://simplecov-html//lib/simplecov-html.rb#17
class SimpleCov::Formatter::HTMLFormatter
# @return [HTMLFormatter] a new instance of HTMLFormatter
#
# source://simplecov-html//lib/simplecov-html.rb#26
def initialize; end
# source://simplecov-html//lib/simplecov-html.rb#33
def format(result); end
private
# source://simplecov-html//lib/simplecov-html.rb#93
def asset_inline(name); end
# source://simplecov-html//lib/simplecov-html.rb#79
def asset_output_path; end
# source://simplecov-html//lib/simplecov-html.rb#87
def assets_path(name); end
# @return [Boolean]
#
# source://simplecov-html//lib/simplecov-html.rb#48
def branchable_result?; end
# source://simplecov-html//lib/simplecov-html.rb#124
def coverage_css_class(covered_percent); end
# source://simplecov-html//lib/simplecov-html.rb#120
def covered_percent(percent); end
# Returns a table containing the given source files
#
# source://simplecov-html//lib/simplecov-html.rb#111
def formatted_file_list(title, source_files); end
# Returns the html for the given source_file
#
# source://simplecov-html//lib/simplecov-html.rb#104
def formatted_source_file(source_file); end
# Return a (kind of) unique id for the source file given. Uses SHA1 on path for the id
#
# source://simplecov-html//lib/simplecov-html.rb#145
def id(source_file); end
# @return [Boolean]
#
# source://simplecov-html//lib/simplecov-html.rb#55
def line_status?(source_file, line); end
# source://simplecov-html//lib/simplecov-html.rb#157
def link_to_source_file(source_file); end
# source://simplecov-html//lib/simplecov-html.rb#63
def output_message(result); end
# source://simplecov-html//lib/simplecov-html.rb#75
def output_path; end
# source://simplecov-html//lib/simplecov-html.rb#153
def shortened_filename(source_file); end
# source://simplecov-html//lib/simplecov-html.rb#134
def strength_css_class(covered_strength); end
# Returns the an erb instance for the template of given name
#
# source://simplecov-html//lib/simplecov-html.rb#71
def template(name); end
# source://simplecov-html//lib/simplecov-html.rb#149
def timeago(time); end
end
# Only have a few content types, just hardcode them
#
# source://simplecov-html//lib/simplecov-html.rb#19
SimpleCov::Formatter::HTMLFormatter::CONTENT_TYPES = T.let(T.unsafe(nil), Hash)
# source://simplecov-html//lib/simplecov-html/version.rb#6
SimpleCov::Formatter::HTMLFormatter::VERSION = T.let(T.unsafe(nil), String)

View File

@ -50,8 +50,8 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/elftools-1.3.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/erubi-1.13.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/hana-1.3.7/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/json-2.12.2")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/json-2.12.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/json-2.13.0")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/json-2.13.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/regexp_parser-2.10.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simpleidn-0.2.3/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/json_schemer-2.4.0/lib")
@ -89,36 +89,36 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-3.13.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-github-3.0.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-retry-0.6.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.12222/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.12230/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-sorbet-1.9.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec_junit_formatter-0.6.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.45.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-progressbar-1.13.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-emoji-4.0.4/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-display_width-3.1.4/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.77.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.78.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-md-2.0.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.25.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rspec-3.6.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-sorbet-0.10.5/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-lsp-0.24.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-lsp-0.25.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-macho-4.1.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/ruby-prof-1.7.2")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-prof-1.7.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-html-0.13.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-html-0.13.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov_json_formatter-0.1.4/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-0.22.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-cobertura-2.1.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.12222-universal-darwin/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.12222/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.12222/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.12230-universal-darwin/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.12230/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.12230/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/thor-1.3.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/spoom-1.7.4/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/stackprof-0.2.27")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/stackprof-0.2.27/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-0.9.37/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-sorbet-0.9.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.17.6/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.17.7/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/vernier-1.8.0")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/vernier-1.8.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.5.0/lib")