Merge pull request #12817 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-mocks-3.10.3

build(deps): bump rspec-mocks from 3.10.2 to 3.10.3 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2022-01-31 19:27:00 +00:00 committed by GitHub
commit 483099977f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 12 deletions

View File

@ -111,7 +111,7 @@ GEM
rspec-its (1.3.0) rspec-its (1.3.0)
rspec-core (>= 3.0.0) rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0) rspec-expectations (>= 3.0.0)
rspec-mocks (3.10.2) rspec-mocks (3.10.3)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.10.0)
rspec-retry (0.6.2) rspec-retry (0.6.2)

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-mocks` gem. # This is an autogenerated file for types exported from the `rspec-mocks` gem.
# Please instead update this file by running `bin/tapioca gem rspec-mocks`. # Please instead update this file by running `bin/tapioca gem rspec-mocks`.
# typed: true
module RSpec module RSpec
extend ::RSpec::Support::Warnings extend ::RSpec::Support::Warnings
extend ::RSpec::Core::Warnings extend ::RSpec::Core::Warnings
@ -295,7 +295,7 @@ end
class RSpec::Mocks::ArgumentListMatcher class RSpec::Mocks::ArgumentListMatcher
def initialize(*expected_args); end def initialize(*expected_args); end
def args_match?(*args); end def args_match?(*actual_args); end
def expected_args; end def expected_args; end
def resolve_expected_args_based_on(actual_args); end def resolve_expected_args_based_on(actual_args); end
@ -1411,13 +1411,6 @@ module RSpec::Mocks::VerifyingDouble
def send(name, *args, &block); end def send(name, *args, &block); end
end end
module RSpec::Mocks::VerifyingDouble::SilentIO
class << self
def method_missing(*_arg0); end
def respond_to?(*_arg0); end
end
end
class RSpec::Mocks::VerifyingDoubleNotDefinedError < ::StandardError; end class RSpec::Mocks::VerifyingDoubleNotDefinedError < ::StandardError; end
class RSpec::Mocks::VerifyingExistingClassNewMethodDouble < ::RSpec::Mocks::VerifyingExistingMethodDouble class RSpec::Mocks::VerifyingExistingClassNewMethodDouble < ::RSpec::Mocks::VerifyingExistingMethodDouble

View File

@ -73,7 +73,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ronn-0.7.3/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-support-3.10.3/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-support-3.10.3/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-core-3.10.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-core-3.10.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-expectations-3.10.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-expectations-3.10.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-mocks-3.10.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-mocks-3.10.3/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-3.10.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-3.10.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-github-2.3.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-github-2.3.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-its-1.3.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-its-1.3.0/lib"