Merge pull request #14961 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-mocks-3.12.4
build(deps): bump rspec-mocks from 3.12.3 to 3.12.4 in /Library/Homebrew
This commit is contained in:
commit
c50be80dbc
@ -120,7 +120,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.12.3)
|
rspec-mocks (3.12.4)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.12.0)
|
rspec-support (~> 3.12.0)
|
||||||
rspec-retry (0.6.2)
|
rspec-retry (0.6.2)
|
||||||
|
|||||||
@ -803,6 +803,7 @@ class RSpec::Mocks::Matchers::Receive
|
|||||||
def description; end
|
def description; end
|
||||||
def does_not_match?(subject, &block); end
|
def does_not_match?(subject, &block); end
|
||||||
def exactly(*args, &block); end
|
def exactly(*args, &block); end
|
||||||
|
def inspect(*args, &block); end
|
||||||
def matcher_name; end
|
def matcher_name; end
|
||||||
def matches?(subject, &block); end
|
def matches?(subject, &block); end
|
||||||
def never(*args, &block); end
|
def never(*args, &block); end
|
||||||
@ -817,6 +818,7 @@ class RSpec::Mocks::Matchers::Receive
|
|||||||
def thrice(*args, &block); end
|
def thrice(*args, &block); end
|
||||||
def time(*args, &block); end
|
def time(*args, &block); end
|
||||||
def times(*args, &block); end
|
def times(*args, &block); end
|
||||||
|
def to_s(*args, &block); end
|
||||||
def twice(*args, &block); end
|
def twice(*args, &block); end
|
||||||
def with(*args, &block); end
|
def with(*args, &block); end
|
||||||
|
|
||||||
@ -93,7 +93,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-support-3.12.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.12.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.12.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.12.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-expectations-3.12.2/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-expectations-3.12.2/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-mocks-3.12.3/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-mocks-3.12.4/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-3.12.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-3.12.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-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")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user