Merge pull request #12805 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-core-3.10.2
build(deps): bump rspec-core from 3.10.1 to 3.10.2 in /Library/Homebrew
This commit is contained in:
commit
4772c82fdd
@ -101,7 +101,7 @@ GEM
|
||||
rspec-core (~> 3.10.0)
|
||||
rspec-expectations (~> 3.10.0)
|
||||
rspec-mocks (~> 3.10.0)
|
||||
rspec-core (3.10.1)
|
||||
rspec-core (3.10.2)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-expectations (3.10.2)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
# typed: true
|
||||
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `rspec-core` gem.
|
||||
# Please instead update this file by running `bin/tapioca gem rspec-core`.
|
||||
|
||||
# typed: true
|
||||
|
||||
module RSpec
|
||||
extend ::RSpec::Support::Warnings
|
||||
extend ::RSpec::Core::Warnings
|
||||
@ -79,6 +79,8 @@ class RSpec::Core::Bisect::Channel
|
||||
def send(message); end
|
||||
end
|
||||
|
||||
RSpec::Core::Bisect::Channel::MARSHAL_DUMP_ENCODING = T.let(T.unsafe(nil), Encoding)
|
||||
|
||||
class RSpec::Core::Bisect::ExampleSetDescriptor < ::Struct
|
||||
def all_example_ids; end
|
||||
def all_example_ids=(_); end
|
||||
@ -1241,6 +1243,7 @@ class RSpec::Core::Formatters::Loader
|
||||
def duplicate_formatter_exists?(new_formatter); end
|
||||
def existing_formatter_implements?(notification); end
|
||||
def find_formatter(formatter_to_use); end
|
||||
def has_matching_output?(formatter, new_formatter); end
|
||||
def notifications_for(formatter_class); end
|
||||
def open_stream(path_or_wrapper); end
|
||||
def path_for(const_ref); end
|
||||
@ -71,7 +71,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rdiscount-2.2.0.2/lib
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rexml-3.2.5/lib"
|
||||
$:.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.1/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-3.10.0/lib"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user