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 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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ listen (3.2.0 → 3.2.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 13 commits:
Remove gem which pulls in very old dependencies.
Simplify travis configuration.
Bump version.
Merge pull request #471 from guard/reduce_multiple_fsevent_processes
Use one `fsevent_watch` process per listener instead of one per dir
Bump RuboCop TargetRubyVersion to supported minimum.
Remove unsupported check.
Merge pull request #469 from nilbus/mutagen
Remove unnecessary encoding doc string; UTF-8 is default
Add spec examples covering real mutagen filenames
Ignore mutagen sync temporary files
Merge pull request #466 from mattbrictson/chores/set-up-release-drafter
Maintain release notes using GitHub Actions
↗️ ffi (indirect, 1.11.1 → 1.12.2) · Repo · Changelog
Release Notes
1.12.2 (from changelog)
1.12.1 (from changelog)
1.12.0 (from changelog)
1.11.3 (from changelog)
1.11.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 44 commits:
Bump VERSION to 1.12.2
Update CHANGELOG for 1.12.2
Replace st_table with simple cache and fix segfault after GC.compact
Remove old references to ruby-1.9
Bump VERSION to 1.12.1
Do parallel builds in CI docker containers
Respect MAKE environment variable for libtest build
Better document enable/disable libffi switches in the README
Bump VERSION to 1.12.0
Update CHANGELOG for version 1.12.0
Update libffi to latest master branch
Merge pull request #735 from larskanis/disallow-re-layout
Warn about Struct layout redefinition only
Namespace all benchmarks since they are loaded into one process
Disallow struct layout changes
Require "ffi/version" per default
Set ruby-2.3.8 to allow_failures because of ffi unrelated error
Update rake to avoid warnings on ruby-2.7
Update to rake-compiler-dock-1.0.0 to build ruby-2.7 binary gems
Bump VERSION to 1.11.3
Prepare CHANGELOG for 1.11.3
Merge branch 'y-yagi-remove_taint_support'
Remove taint support
Update CHANGELOG [ci skip]
Update libffi to latest master
Update CHANGELOG for 1.11.2
Bump VERSION to 1.11.2
Merge pull request #722 from adam12/regenerate-freebsd12-types
Fix library name mangling for non glibc Linux/UNIX
Merge pull request #724 from ahorek/dragonfly
add types
identify dragonflybsd as a platform
Regenerated type conf for freebsd12 target
Remove MACOSX_DEPLOYMENT_TARGET that was targeting very old version 10.4
Fix compiler warnings raised by ruby-2.7
Add ruby-2.6 to Appveyor CI
Describe "types_conf" so that it's shown in "rake -T"
Update platform x86_64-linux on Ubuntu-18.04
Sort all types.conf files, so that changes are more visible
Merge pull request #711 from wonda-tea-coffee/fix-bigdecimal-new
Fix BigDecimal.new
Merge pull request #703 from jcn/patch-1
Update ffi.gemspec with correct homepage URL
Add a notice about yanked ffi-1.11.0
↗️ rb-inotify (indirect, 0.10.0 → 0.10.1) · Repo
Commits
See the full diff on Github. The new version differs by 7 commits:
Fix formatting.
Bump version.
Remove rbx-3.
Limit changing auto close behavior off to just JRuby. This limits risk of MRI
Fixes #91. Make IO resources not autoclose.
allow stopping a notifier from within an event callback
Update documentation regarding resource limits. Fixes #61.
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