Merge pull request #15054 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-sorbet-1.9.2
build(deps): bump rspec-sorbet from 1.9.1 to 1.9.2 in /Library/Homebrew
This commit is contained in:
commit
c271a9ae75
@ -125,7 +125,7 @@ GEM
|
|||||||
rspec-support (~> 3.12.0)
|
rspec-support (~> 3.12.0)
|
||||||
rspec-retry (0.6.2)
|
rspec-retry (0.6.2)
|
||||||
rspec-core (> 3.3)
|
rspec-core (> 3.3)
|
||||||
rspec-sorbet (1.9.1)
|
rspec-sorbet (1.9.2)
|
||||||
sorbet-runtime
|
sorbet-runtime
|
||||||
rspec-support (3.12.0)
|
rspec-support (3.12.0)
|
||||||
rspec_junit_formatter (0.6.0)
|
rspec_junit_formatter (0.6.0)
|
||||||
|
|||||||
@ -42,16 +42,49 @@ module RSpec::Sorbet
|
|||||||
end
|
end
|
||||||
|
|
||||||
module RSpec::Sorbet::Doubles
|
module RSpec::Sorbet::Doubles
|
||||||
|
requires_ancestor { Kernel }
|
||||||
|
|
||||||
|
sig { void }
|
||||||
def allow_doubles!; end
|
def allow_doubles!; end
|
||||||
def allow_instance_doubles!; end
|
|
||||||
|
def allow_instance_doubles!(*args, &blk); end
|
||||||
|
|
||||||
|
sig { params(clear_existing: T::Boolean).void }
|
||||||
|
def reset!(clear_existing: T.unsafe(nil)); end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
sig { params(signature: T.untyped, opts: T::Hash[T.untyped, T.untyped]).void }
|
||||||
def call_validation_error_handler(signature, opts); end
|
def call_validation_error_handler(signature, opts); end
|
||||||
|
|
||||||
|
sig { returns(T.nilable(T::Boolean)) }
|
||||||
|
def configured; end
|
||||||
|
|
||||||
|
def configured=(_arg0); end
|
||||||
|
|
||||||
|
sig { params(message: ::String).returns(T::Boolean) }
|
||||||
def double_message_with_ellipsis?(message); end
|
def double_message_with_ellipsis?(message); end
|
||||||
|
|
||||||
|
sig { returns(T.nilable(T.proc.params(signature: T.untyped, opts: T::Hash[T.untyped, T.untyped]).void)) }
|
||||||
|
def existing_call_validation_error_handler; end
|
||||||
|
|
||||||
|
def existing_call_validation_error_handler=(_arg0); end
|
||||||
|
|
||||||
|
sig { returns(T.nilable(T.proc.params(signature: ::Exception).void)) }
|
||||||
|
def existing_inline_type_error_handler; end
|
||||||
|
|
||||||
|
def existing_inline_type_error_handler=(_arg0); end
|
||||||
|
|
||||||
|
sig { params(signature: T.untyped, opts: T.untyped).void }
|
||||||
def handle_call_validation_error(signature, opts); end
|
def handle_call_validation_error(signature, opts); end
|
||||||
|
|
||||||
|
sig { params(error: ::Exception).void }
|
||||||
def inline_type_error_handler(error); end
|
def inline_type_error_handler(error); end
|
||||||
|
|
||||||
|
sig { params(message: ::String).returns(T::Boolean) }
|
||||||
def typed_array_message?(message); end
|
def typed_array_message?(message); end
|
||||||
|
|
||||||
|
sig { params(message: ::String).returns(T::Boolean) }
|
||||||
def unable_to_check_type_for_message?(message); end
|
def unable_to_check_type_for_message?(message); end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -5758,6 +5758,11 @@ module RSpec::Matchers
|
|||||||
def not_to_output(*args, &block); end
|
def not_to_output(*args, &block); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module RSpec::Sorbet::Doubles
|
||||||
|
extend ::T::Sig
|
||||||
|
extend ::T::Helpers
|
||||||
|
end
|
||||||
|
|
||||||
module Racc
|
module Racc
|
||||||
Racc_No_Extensions = ::T.let(nil, ::T.untyped)
|
Racc_No_Extensions = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
|
|||||||
@ -98,7 +98,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
|||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-github-2.4.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-github-2.4.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-its-1.3.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-its-1.3.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/rspec-retry-0.6.2/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-sorbet-1.9.1/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/rspec_junit_formatter-0.6.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.27.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.27.0/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/ruby-progressbar-1.13.0/lib")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user