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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ tzinfo-data (1.2021.1 → 1.2021.3) · Repo
Release Notes
1.2021.3
1.2021.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
Update to tzdata version 2021c.
Ignore the SECURITY file first included in 2021c.
Update to tzdata version 2021b.
Support zdump 2021b output in definition tests.
Update the tzdb gpg key.
↗️ concurrent-ruby (indirect, 1.1.8 → 1.1.9) · Repo · Changelog
Release Notes
1.1.9 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
Fix wrong class
Fix testing on different Ruby versions
Add missing sections
Update documentation
Update building instructions
bump version
Update changelog
Make sure locks are not shared on shared when objects are dup/cloned
Merge pull request #866 from pelly/master
Merge pull request #905 from andrykonchin/fix-priority-queue
Merge pull request #911 from ruby-concurrency/pitr-ch/set
Avoid warning about uninitialized ivar
fix formatting
Fix Set thread safety
Flattne the condition
Merge pull request #907 from Shopify/truffleruby-map-backend
Use new TruffleRuby::ConcurrentMap backend for Concurrent::Map
Merge pull request #908 from wildmaples/github-actions-maybe
Add CI flow for tests on Github actions
Fix RubyNonConcurrentPriorityQueue#delete method
Merge pull request #901 from olleolleolle/patch-2
Merge pull request #904 from ksapozhnikov/fixed_map_documenation
Update doc
Fixed documentation for Concurrent::Map
CI: Use jruby-9.2.16.0
CI: Use latest JRuby 9.2.15.0
CI: Update latest JRuby to 9.2.14.0
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
This change is