Bug fixes
- #12857: Fix false negatives for
Lint/UnreachableCode
when using pattern matching. (@koic) - #12852: Fix an error for
Lint/EmptyFile
in formatters when using cache. (@earlopain) - #12848: Fix an error that occurs in
RuboCop::Lockfile
when the constant Bundler is uninitialized. (@koic)