mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #19255 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-d92c6eb6ce
build(deps): bump the sorbet group in /Library/Homebrew with 4 updates
This commit is contained in:
commit
91acde379d
@ -113,15 +113,15 @@ GEM
|
|||||||
simplecov-html (0.13.1)
|
simplecov-html (0.13.1)
|
||||||
simplecov_json_formatter (0.1.4)
|
simplecov_json_formatter (0.1.4)
|
||||||
simpleidn (0.2.3)
|
simpleidn (0.2.3)
|
||||||
sorbet (0.5.11802)
|
sorbet (0.5.11805)
|
||||||
sorbet-static (= 0.5.11802)
|
sorbet-static (= 0.5.11805)
|
||||||
sorbet-runtime (0.5.11802)
|
sorbet-runtime (0.5.11805)
|
||||||
sorbet-static (0.5.11802-aarch64-linux)
|
sorbet-static (0.5.11805-aarch64-linux)
|
||||||
sorbet-static (0.5.11802-universal-darwin)
|
sorbet-static (0.5.11805-universal-darwin)
|
||||||
sorbet-static (0.5.11802-x86_64-linux)
|
sorbet-static (0.5.11805-x86_64-linux)
|
||||||
sorbet-static-and-runtime (0.5.11802)
|
sorbet-static-and-runtime (0.5.11805)
|
||||||
sorbet (= 0.5.11802)
|
sorbet (= 0.5.11805)
|
||||||
sorbet-runtime (= 0.5.11802)
|
sorbet-runtime (= 0.5.11805)
|
||||||
spoom (1.5.3)
|
spoom (1.5.3)
|
||||||
erubi (>= 1.10.0)
|
erubi (>= 1.10.0)
|
||||||
prism (>= 0.28.0)
|
prism (>= 0.28.0)
|
||||||
@ -152,6 +152,7 @@ GEM
|
|||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
aarch64-linux
|
aarch64-linux
|
||||||
|
arm-linux
|
||||||
arm64-darwin
|
arm64-darwin
|
||||||
x86_64-darwin
|
x86_64-darwin
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
@ -9049,12 +9049,12 @@ end
|
|||||||
#
|
#
|
||||||
# @private
|
# @private
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#259
|
# source://rspec-core//lib/rspec/core/reporter.rb#260
|
||||||
class RSpec::Core::NullReporter
|
class RSpec::Core::NullReporter
|
||||||
class << self
|
class << self
|
||||||
private
|
private
|
||||||
|
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#260
|
# source://rspec-core//lib/rspec/core/reporter.rb#261
|
||||||
def method_missing(*_arg0); end
|
def method_missing(*_arg0); end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -9783,12 +9783,12 @@ class RSpec::Core::Reporter
|
|||||||
|
|
||||||
# @private
|
# @private
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#214
|
# source://rspec-core//lib/rspec/core/reporter.rb#215
|
||||||
def abort_with(msg, exit_status); end
|
def abort_with(msg, exit_status); end
|
||||||
|
|
||||||
# @private
|
# @private
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#193
|
# source://rspec-core//lib/rspec/core/reporter.rb#194
|
||||||
def close_after; end
|
def close_after; end
|
||||||
|
|
||||||
# @private
|
# @private
|
||||||
@ -9846,7 +9846,7 @@ class RSpec::Core::Reporter
|
|||||||
# @private
|
# @private
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#221
|
# source://rspec-core//lib/rspec/core/reporter.rb#222
|
||||||
def fail_fast_limit_met?; end
|
def fail_fast_limit_met?; end
|
||||||
|
|
||||||
# @private
|
# @private
|
||||||
@ -9868,7 +9868,7 @@ class RSpec::Core::Reporter
|
|||||||
|
|
||||||
# @private
|
# @private
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#206
|
# source://rspec-core//lib/rspec/core/reporter.rb#207
|
||||||
def notify(event, notification); end
|
def notify(event, notification); end
|
||||||
|
|
||||||
# Provides a way to notify of an exception that is not tied to any
|
# Provides a way to notify of an exception that is not tied to any
|
||||||
@ -9939,25 +9939,25 @@ class RSpec::Core::Reporter
|
|||||||
|
|
||||||
# @private
|
# @private
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#200
|
# source://rspec-core//lib/rspec/core/reporter.rb#201
|
||||||
def stop; end
|
def stop(notification); end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#242
|
# source://rspec-core//lib/rspec/core/reporter.rb#243
|
||||||
def close; end
|
def close; end
|
||||||
|
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#233
|
# source://rspec-core//lib/rspec/core/reporter.rb#234
|
||||||
def ensure_listeners_ready; end
|
def ensure_listeners_ready; end
|
||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#246
|
# source://rspec-core//lib/rspec/core/reporter.rb#247
|
||||||
def mute_profile_output?; end
|
def mute_profile_output?; end
|
||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#252
|
# source://rspec-core//lib/rspec/core/reporter.rb#253
|
||||||
def seed_used?; end
|
def seed_used?; end
|
||||||
end
|
end
|
||||||
|
|
10
Library/Homebrew/vendor/bundle/bundler/setup.rb
vendored
10
Library/Homebrew/vendor/bundle/bundler/setup.rb
vendored
@ -72,14 +72,14 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
|||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/prism-1.3.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/prism-1.3.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.15.2/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.15.2/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rainbow-3.1.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rainbow-3.1.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.11802/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.11805/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbi-0.2.4/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbi-0.2.4/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/rbs-3.8.1")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/rbs-3.8.1")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbs-3.8.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbs-3.8.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/redcarpet-3.6.0")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/redcarpet-3.6.0")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/redcarpet-3.6.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/redcarpet-3.6.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.13.2/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.13.2/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.13.2/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.13.3/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-expectations-3.13.3/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-expectations-3.13.3/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-mocks-3.13.2/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-mocks-3.13.2/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-3.13.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-3.13.0/lib")
|
||||||
@ -104,9 +104,9 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
|||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov_json_formatter-0.1.4/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov_json_formatter-0.1.4/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-0.22.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-0.22.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-cobertura-2.1.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-cobertura-2.1.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.11802-universal-darwin/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.11805-universal-darwin/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.11802/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.11805/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.11802/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.11805/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/thor-1.3.2/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/thor-1.3.2/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/spoom-1.5.3/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/spoom-1.5.3/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/stackprof-0.2.27")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/stackprof-0.2.27")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user