Update activesupport: 6.0.3.4 → 6.1.3 (minor) #93
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?
✳️ activesupport (6.0.3.4 → 6.1.3) · Repo · Changelog
Release Notes
6.1.3 (from changelog)
6.1.2.1 (from changelog)
6.1.2 (from changelog)
6.1.1 (from changelog)
6.1.0 (from changelog)
6.0.3.5 (from changelog)
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.
Release Notes
1.1.8 (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:
Update documentation
Bump version 1.1.8
Merge pull request #890 from ruby-concurrency/clarify-opacity
Clarify opacity of TVar in the current implementation
Merge pull request #884 from ruby-concurrency/thread-local
Merge pull request #886 from ruby-concurrency/stale-reads-race-condition
Fix race condition in TVar for stale reads, fixes #885
Fix race condition in TVar for stale reads, fixes #885
Do not iterate over hash which might conflict with new pair addition
Release Notes
1.8.9
1.8.8
1.8.7
1.8.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 43 commits:
Bump to 1.8.9
Only attempt to set fallbacks= in tests if method is defined
Merge pull request #557 from ruby-i18n/ca-except-ruby3
Merge pull request #558 from ruby-i18n/ca-build
Merge pull request #550 from taki/update-require
Prevent overwriting `Hash#except` method present in Ruby 3+
Exclude Ruby 3+ with all Rails 5.x versions
Rails main only supports Ruby 2.7+ going forward
Run tests on the latest patch version of each Ruby release
Run tests on Rails 5.0.x and 5.1.x again
Bump to 1.8.8
Use Concurrent::Map for Simple backend
Merge pull request #553 from bjfish/bjfish/update-rails-main
Update rails master to main
Merge pull request #552 from CamilleDrapier/remove_post_install_message
Remove post_install_message
Use simply require
Merge pull request #548 from jonian/thread_safe_fallbacks
Merge pull request #549 from dbussink/openssl-digest
Update tests to show example with OpenSSL
Update documentation reference to point to OpenSSL
Move to OpenSSL Digest classes
fix thread key fetching
make thread key fetching compatible with older rubies
store fallbacks in Thread.current and fetch with @@fallbacks as default
update multi-threaded fallbacks test
Bump to 1.8.7
Merge pull request #547 from ruby-i18n/repro-546
Revert "store fallbacks in Thread.current"
Bump to 1.8.6
Merge pull request #545 from kamipo/should_not_allow_noop_arguments
Should not allow noop arguments for `I18n.t`
Exclude Ruby 2.4 + 2.3 Ruby versions for Rails 6.0.x and 6.1.x
Bump minitest versions
Ruby 3.x and Rails 5.2.x are not incompatible
Add gemfile for Rails 6.1
Add Ruby 3.0.0 checks
Remove checks for Rails 5.0 and Rails 5.1
Add support for Rails 6.1
Merge pull request #539 from amatsuda/repo
Merge pull request #542 from jonian/threadsafe_fallbacks
store fallbacks in Thread.current
The repository has moved to ruby-i18n organization
Release Notes
5.14.4 (from changelog)
5.14.3 (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:
prepped for release
Improved test_stub_callable_keyword_args to test pass-through.
- Re-fixed deprecation warning using stub with methods using keyword arguments.
- ! Unfixed deprecation warning fix that broke in nearly every other version of ruby. Only warns on 2.7, not 3.0 or others.
- Fixed deprecation warning using stub with methods using keyword arguments. (Nakilon)
Added a support matrix to the FAQ in README.rdoc
prepped for release
- Bumped require_ruby_version to < 4 (trunk = 3.1).
Release Notes
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.9
1.2.8
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.
Release Notes
2.4.2 (from changelog)
2.4.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 12 commits:
version 2.4.2
Merge pull request #144 from fxn/on_load
Implements Zeitwerk::Loader#on_load
version 2.4.1
Merge pull request #140 from mfilej/send
Use __send__ instead of send
RBS notation for methods and attributes
removes truffleruby-head from allowed CI failures 🎉
Merge pull request #132 from bjfish/truffleruby-ci
Add truffleruby-head to CI
Use __dir__ in collapse examples [Closes #131]
fixes typo
🗑️ thread_safe (removed)
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