Merge pull request #14290 from Homebrew/dependabot/bundler/Library/Homebrew/simplecov-0.22.0
build(deps): bump simplecov from 0.21.2 to 0.22.0 in /Library/Homebrew
This commit is contained in:
commit
ce986f7eff
@ -158,7 +158,7 @@ GEM
|
||||
ruby-macho (3.0.0)
|
||||
ruby-progressbar (1.11.0)
|
||||
rubyntlm (0.6.3)
|
||||
simplecov (0.21.2)
|
||||
simplecov (0.22.0)
|
||||
docile (~> 1.1)
|
||||
simplecov-html (~> 0.11)
|
||||
simplecov_json_formatter (~> 0.1)
|
||||
|
||||
@ -153,9 +153,12 @@ module SimpleCov::Configuration
|
||||
def coverage_criterion(criterion = T.unsafe(nil)); end
|
||||
def coverage_criterion_enabled?(criterion); end
|
||||
def coverage_dir(dir = T.unsafe(nil)); end
|
||||
def coverage_for_eval_enabled?; end
|
||||
def coverage_for_eval_supported?; end
|
||||
def coverage_path; end
|
||||
def coverage_start_arguments_supported?; end
|
||||
def enable_coverage(criterion); end
|
||||
def enable_coverage_for_eval; end
|
||||
def enable_for_subprocesses(value = T.unsafe(nil)); end
|
||||
def enabled_for_subprocesses?; end
|
||||
def filters; end
|
||||
@ -333,11 +336,7 @@ class SimpleCov::Filter
|
||||
end
|
||||
end
|
||||
|
||||
module SimpleCov::Formatter
|
||||
class << self
|
||||
def from_env(env); end
|
||||
end
|
||||
end
|
||||
module SimpleCov::Formatter; end
|
||||
|
||||
class SimpleCov::Formatter::MultiFormatter
|
||||
class << self
|
||||
@ -112,7 +112,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-macho-3.0.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-html-0.12.3/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.21.2/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.10461-universal-darwin-21/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.10461/lib")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user