Bug fixes
- #12625: Fix an error when server cache dir has read-only file system. (@Strzesia)
- #12618: Fix false positives for
Style/ArgumentsForwarding
when using block argument forwarding with other arguments. (@koic) - #12614: Fix false positiveis for
Style/RedundantParentheses
when parentheses in control flow keyword with multiline style argument. (@koic)