Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (1.64.0 → 1.64.1) · Repo · Changelog
Release Notes
1.64.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
Cut 1.64.1
Update Changelog
Fix an error for `Style/Copyright`
[Fix #12949] Use the secret for the coverage reporter id
Merge pull request #12946 from Earlopain/speedier-ci
Slightly speed up CI runs
Move main tests to GitHub actions
[Fix #12910] Ensure that RuboCop runs warning-free
Move `ascii_spec` to GitHub actions
Move `internal_investigation` to GitHub actions
Move `documentation-check` to GitHub actions
Merge pull request #12932 from ksss/lsp-diagnostic-range
Remove mergify
Fix end position of diagnostic
[Fix #12926] Fix false positive for `Style/SuperArguments`
Avoid a ruby warning in `Layout/SpaceInsideStringInterpolation`
Merge pull request #12935 from Earlopain/erb-args-warning
Avoid a ruby warning in `Lint/ErbNewArguments`
Fix error message when exception occurs during force callback
[Fix #12931] Fix false positives for `Style/RedundantLineContinuation`
Merge pull request #12930 from sunny/patch-1
Fix changelog PR number for ActiveSupportExtensionsEnabled on Style/SymbolProc
[Docs] Tweak examples for `Style/Documentation`
Merge pull request #12928 from Earlopain/copyright-specific-warning
Display a more specific warning for `Style/Copyright` when `AutocorrectNotice` is not set
Merge pull request #12925 from koic/fix_false_positives_for_style_send_with_literal_method_name
[Fix #12924] Fix false positives for `Style/SendWithLiteralMethodName`
Reset the docs version
↗️ parser (indirect, 3.3.1.0 → 3.3.2.0) · Repo · Changelog
Release Notes
3.3.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
Update changelog.
Bump version.
bump actions/checkout to v4
* Bump 3.3 branch to 3.3.2
* Bump 3.1 branch to 3.1.6 (#1014)
Update changelog.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands