Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump sorbet from 0.5.6164 to 0.5.6189 in /Library/Homebrew #10164

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions Library/Homebrew/Gemfile.lock
Expand Up @@ -133,11 +133,11 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
sorbet (0.5.6164)
sorbet-static (= 0.5.6164)
sorbet-runtime (0.5.6164)
sorbet (0.5.6189)
sorbet-static (= 0.5.6189)
sorbet-runtime (0.5.6189)
sorbet-runtime-stub (0.2.0)
sorbet-static (0.5.6164-universal-darwin-14)
sorbet-static (0.5.6189-universal-darwin-14)
spoom (1.0.7)
colorize
sorbet (~> 0.5.5)
Expand Down
18 changes: 9 additions & 9 deletions Library/Homebrew/cache_store.rb
Expand Up @@ -38,6 +38,15 @@ def self.use(type)
return_value
end

# Creates a CacheStoreDatabase.
#
# @param [Symbol] type
# @return [nil]
def initialize(type)
@type = type
@dirty = false
end

# Sets a value in the underlying database (and creates it if necessary).
def set(key, value)
dirty!
Expand Down Expand Up @@ -120,15 +129,6 @@ def db
@db ||= {}
end

# Creates a CacheStoreDatabase.
#
# @param [Symbol] type
# @return [nil]
def initialize(type)
@type = type
@dirty = false
end

# The path where the database resides in the `HOMEBREW_CACHE` for the given
# `@type`.
#
Expand Down
2 changes: 0 additions & 2 deletions Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi
Expand Up @@ -27340,8 +27340,6 @@ end

class Resolv::DNS
def extract_resources(msg, name, typeclass); end

def getname(address); end
RequestID = ::T.let(nil, ::T.untyped)
RequestIDMutex = ::T.let(nil, ::T.untyped)
end
Expand Down
4 changes: 2 additions & 2 deletions Library/Homebrew/utils/spdx.rb
Expand Up @@ -39,8 +39,8 @@ def download_latest_license_data!(to: DATA_PATH)
end

def parse_license_expression(license_expression)
licenses = []
exceptions = []
licenses = T.let([], T::Array[T.any(String, Symbol)])
exceptions = T.let([], T::Array[String])

case license_expression
when String, Symbol
Expand Down
7 changes: 4 additions & 3 deletions Library/Homebrew/vendor/bundle/bundler/setup.rb
Expand Up @@ -49,7 +49,7 @@
$:.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.6164/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-0.5.6189/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"
Expand All @@ -65,10 +65,11 @@
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-expectations-3.10.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-mocks-3.10.0/lib"
$:.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.6164-universal-darwin-20/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6164/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.6189-universal-darwin-20/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6189/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"
Expand Down