Merge pull request #10426 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6239

build(deps): bump sorbet from 0.5.6231 to 0.5.6239 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2021-01-26 10:18:28 +00:00 committed by GitHub
commit a6541dd07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 8 deletions

View File

@ -135,11 +135,11 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
sorbet (0.5.6231)
sorbet-static (= 0.5.6231)
sorbet-runtime (0.5.6231)
sorbet (0.5.6239)
sorbet-static (= 0.5.6239)
sorbet-runtime (0.5.6239)
sorbet-runtime-stub (0.2.0)
sorbet-static (0.5.6231-universal-darwin-14)
sorbet-static (0.5.6239-universal-darwin-14)
spoom (1.0.7)
colorize
sorbet (~> 0.5.5)

View File

@ -1,6 +1,6 @@
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `ast` gem.
# Please instead update this file by running `tapioca generate --exclude json`.
# Please instead update this file by running `tapioca sync`.
# typed: true
@ -17,6 +17,7 @@ class AST::Node
def children; end
def clone; end
def concat(array); end
def deconstruct; end
def dup; end
def eql?(other); end
def hash; end

View File

@ -309,6 +309,10 @@ module RuboCop::AST::Descendence
def visit_descendants(types, &block); end
end
class RuboCop::AST::DstrNode < ::RuboCop::AST::StrNode
def value; end
end
class RuboCop::AST::EnsureNode < ::RuboCop::AST::Node
def body; end
end

View File

@ -7839,6 +7839,11 @@ class Homebrew::FormulaCreator
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::Livecheck::LivecheckVersion
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew::Livecheck::SkipConditions
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -26135,6 +26140,11 @@ module Readline
def self.completion_quote_character(); end
end
module ReleaseNotes
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Requirement
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -29731,6 +29741,17 @@ module Utils
extend ::T::Private::Methods::SingletonMethodHooks
end
class Version::Parser
def initialize(*args, &blk); end
end
class Version::Parser
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Version::Token
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers

View File

@ -50,7 +50,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel-1.20.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel_tests-3.4.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parser-3.0.0.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rainbow-3.0.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-0.5.6231/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-0.5.6239/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parlour-5.0.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/patchelf-1.3.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/plist-3.6.0/lib"
@ -69,8 +69,8 @@ $:.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"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-retry-0.6.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.6231-universal-darwin-14/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6231/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.6239-universal-darwin-14/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6239/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-sorbet-1.8.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-wait-0.0.9/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.4.1/lib"