From 4efaabce7cf858d3ce5c16425a12e6779a351e41 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 21 Jan 2022 18:12:21 +0000 Subject: [PATCH] Update RBI files for bootsnap. --- .../rbi/gems/{bootsnap@1.10.1.rbi => bootsnap@1.10.2.rbi} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{bootsnap@1.10.1.rbi => bootsnap@1.10.2.rbi} (97%) diff --git a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.1.rbi b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.2.rbi similarity index 97% rename from Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.2.rbi index 40e5ddd2f0..6e87c26d72 100644 --- a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.2.rbi @@ -129,8 +129,7 @@ Bootsnap::LoadPathCache::DLEXT = T.let(T.unsafe(nil), String) Bootsnap::LoadPathCache::DL_EXTENSIONS = T.let(T.unsafe(nil), Array) Bootsnap::LoadPathCache::DOT_RB = T.let(T.unsafe(nil), String) Bootsnap::LoadPathCache::DOT_SO = T.let(T.unsafe(nil), String) -Bootsnap::LoadPathCache::ERROR_TAG_IVAR = T.let(T.unsafe(nil), Symbol) -class Bootsnap::LoadPathCache::FallbackScan < ::StandardError; end +Bootsnap::LoadPathCache::FALLBACK_SCAN = T.let(T.unsafe(nil), BasicObject) class Bootsnap::LoadPathCache::LoadedFeaturesIndex def initialize; end @@ -197,7 +196,6 @@ class Bootsnap::LoadPathCache::RealpathCache def realpath(caller_location, path); end end -class Bootsnap::LoadPathCache::ReturnFalse < ::StandardError; end Bootsnap::LoadPathCache::SLASH = T.let(T.unsafe(nil), String) class Bootsnap::LoadPathCache::Store