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