Merge pull request #12669 from Homebrew/dependabot/bundler/Library/Homebrew/rspec_junit_formatter-0.5.0

build(deps): bump rspec_junit_formatter from 0.4.1 to 0.5.0 in /Library/Homebrew
This commit is contained in:
Nanda H Krishna 2022-01-04 18:32:39 -05:00 committed by GitHub
commit 1105859c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -122,7 +122,7 @@ GEM
rspec-support (3.10.3) rspec-support (3.10.3)
rspec-wait (0.0.9) rspec-wait (0.0.9)
rspec (>= 3, < 4) rspec (>= 3, < 4)
rspec_junit_formatter (0.4.1) rspec_junit_formatter (0.5.0)
rspec-core (>= 2, < 4, != 2.12.0) rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.24.1) rubocop (1.24.1)
parallel (~> 1.10) parallel (~> 1.10)

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `rspec_junit_formatter` gem. # This is an autogenerated file for types exported from the `rspec_junit_formatter` gem.
# Please instead update this file by running `bin/tapioca gem rspec_junit_formatter`. # Please instead update this file by running `bin/tapioca gem rspec_junit_formatter`.
# typed: true
class RSpecJUnitFormatter < ::RSpec::Core::Formatters::BaseFormatter class RSpecJUnitFormatter < ::RSpec::Core::Formatters::BaseFormatter
def dump_summary(notification); end def dump_summary(notification); end
def start(notification); end def start(notification); end
@ -15,6 +15,7 @@ class RSpecJUnitFormatter < ::RSpec::Core::Formatters::BaseFormatter
def description_for(notification); end def description_for(notification); end
def duration; end def duration; end
def duration_for(notification); end def duration_for(notification); end
def error_count; end
def escape(text); end def escape(text); end
def example_count; end def example_count; end
def example_group_file_path_for(notification); end def example_group_file_path_for(notification); end

View File

@ -82,7 +82,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.946
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.9468/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.9468/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-sorbet-1.8.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-sorbet-1.8.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-wait-0.0.9/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-wait-0.0.9/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec_junit_formatter-0.4.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec_junit_formatter-0.5.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.15.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.15.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-progressbar-1.11.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-progressbar-1.11.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unicode-display_width-2.1.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unicode-display_width-2.1.0/lib"