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:
commit
483099977f
@ -111,7 +111,7 @@ GEM
|
||||
rspec-its (1.3.0)
|
||||
rspec-core (>= 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)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-retry (0.6.2)
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
# typed: true
|
||||
|
||||
# DO NOT EDIT MANUALLY
|
||||
# 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`.
|
||||
|
||||
# typed: true
|
||||
|
||||
module RSpec
|
||||
extend ::RSpec::Support::Warnings
|
||||
extend ::RSpec::Core::Warnings
|
||||
@ -295,7 +295,7 @@ end
|
||||
class RSpec::Mocks::ArgumentListMatcher
|
||||
def initialize(*expected_args); end
|
||||
|
||||
def args_match?(*args); end
|
||||
def args_match?(*actual_args); end
|
||||
def expected_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
|
||||
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::VerifyingExistingClassNewMethodDouble < ::RSpec::Mocks::VerifyingExistingMethodDouble
|
||||
@ -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-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-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-github-2.3.1/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-its-1.3.0/lib"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user