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?
✳️ guard (2.18.1 → 2.19.0) · Repo · Changelog
Release Notes
2.19.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
Bump VERSION to 2.19.0 (#995)
Fix specs and don't install guard-ronn
Drop unused require ostruct (#994)
Update CI status badge (#988)
✳️ pry (0.14.2 → 0.15.0) · Repo · Changelog
Release Notes
0.15.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ listen (indirect, 3.8.0 → 3.9.0) · Repo · Changelog
Release Notes
3.9.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
issue #572: switch Kernel.warn and warn to adapter_warn
issue #572: add support for LISTEN_GEM_ADAPTER_WARN_BEHAVIOR=warn|log|silent
issue #572: bump version to v3.9
issue #572: add Listen.adapter_warn_behavior =
drop ruby 2.6 and add ruby 3.3 to the test matrix
fix github workflows link
↗️ lumberjack (indirect, 1.2.9 → 1.2.10) · Repo · Changelog
Release Notes
1.2.10 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 9 commits:
Merge pull request #44 from bdurand/logger-compatibility
add badge
update checkout version
update readme
unfreeze string
Add with_level method and fix typo in magic comment
add status badges
add regression test
guard against releases from a branch
↗️ rb-inotify (indirect, 0.10.1 → 0.11.1) · Repo
Commits
See the full diff on Github. The new version differs by 7 commits:
Bump patch version.
Improve crawling performance of `Notifier#watch` (#109)
Bump minor version.
Add GitHub actions. (#110)
Prevent race condition in Notifier#run / #stop
Clean up tests
Test against Ruby 2.7.
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