Merge pull request #10060 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6164

build(deps): bump sorbet from 0.5.6155 to 0.5.6164 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2020-12-18 18:16:42 +00:00 committed by GitHub
commit ad4e515651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 20 deletions

View File

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

View File

@ -6938,10 +6938,6 @@ module FileUtils
extend ::FileUtils::StreamUtils_
end
class Formula
include ::Formula::Compat
end
module FormulaCellarChecks
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -7690,10 +7686,6 @@ class Homebrew::CLI::NamedArgs
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::CLI::Parser
include ::Homebrew::CLI::Parser::Compat
end
class Homebrew::CLI::Parser
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -7770,12 +7762,8 @@ module Homebrew::EnvConfig
def self.git_name(); end
def self.github_api_password(); end
def self.github_api_token(); end
def self.github_api_username(); end
def self.http_proxy(); end
def self.https_proxy(); end
@ -7857,7 +7845,6 @@ end
module Homebrew
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
extend ::Homebrew::Compat
end
module HostEnvironmentSimulatorHelper

View File

@ -51,7 +51,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-2.7.2.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.6155/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-0.5.6164/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parlour-4.0.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/patchelf-1.3.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/plist-3.5.0/lib"
@ -69,8 +69,8 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-mocks-3.10.0/li
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-3.10.0/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.6155-universal-darwin-20/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6155/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.6164-universal-darwin-20/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6164/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.3.0/lib"