diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index d76aa0e0e9..54dda677d7 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -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) diff --git a/Library/Homebrew/sorbet/rbi/gems/rspec-core@3.10.1.rbi b/Library/Homebrew/sorbet/rbi/gems/rspec-core@3.10.2.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rspec-core@3.10.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/rspec-core@3.10.2.rbi index ff222a10a5..e8bc54d255 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rspec-core@3.10.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rspec-core@3.10.2.rbi @@ -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 diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 0e31113bdf..f7abde7007 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -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"