You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Missing gems will no longer attempt to be hooked
Because we're propagating the return value of Logger#info, a warning
message causes Config::Package.build_from_gem to return `true`, causing
Config::TargetMethods.package_hooks to continue processing hooks on an
invalid type (TrueClass instead of Config::Package).
0 commit comments