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?
✳️ webmock (3.23.0 → 3.23.1) · Repo · Changelog
Release Notes
3.23.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 8 commits:
Added Ruby 3.3 to the list of supported Ruby versions in README
Version 3.23.1
Merge pull request #1056 from IFTTT/master
Much simpler
Use Async::Socket if is present
Update version.rb
Use single-quotes
Replace Async::IO::Socket usage with stdlib Socket for async-http adapter to remove implicit dependency on async-io
↗️ bigdecimal (indirect, 3.1.6 → 3.1.8) · Repo · Changelog
Release Notes
3.1.8
3.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
Bump up to 3.1.8
CHANGES: Add note for 3.1.7
CHANGES: Add 3.1.8 entry
CHANGES: Add 3.1.7 entry
Provide a 'Changelog' link on rubygems.org/gems/bigdecimal (#281)
Add missing documents (#277)
Fix memory leak in VpAlloc by exception (#294)
CI: Remove macos-latest 2.5
Merge pull request #292 from andrykonchin/ak/restore-truffleruby-on-ci
Restore TruffleRuby on CI
Bump up 3.1.7
Merge pull request #287 from rhannequin/rake-test-and-not-rake-spec
Rename `rake spec` with `rake test` in documentation
Merge pull request #286 from mame/no-backtick-in-error-messages
Support Ruby 3.4's new error message format
Merge pull request #285 from ruby/use-latest-version-of-macos
Exclude Ruby 2.5 with Apple Silicon
Use macos-arm-oss and latest versions for test and benchmark CI
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