Fallbacks are now stored in Thread.current for multi-threading compatibility: #542
no-op arguments are no longer allowed for I18n.t calls -- fixes an incompatibility with Ruby 3.0: #545
This gem's GitHub workflow files have been updated to ensure compatibility between new Rails versions (6.1) and the new Ruby release (3.0). See the "Actions" tab on GitHub for the full range of supported Rails and Ruby versions.
Fixed an incorrect InvalidTimezoneIdentifier exception raised when loading a zoneinfo file that includes rules specifying an additional transition to the final defined offset (for example, Africa/Casablanca in version 2018e of the Time Zone Database). #123.
Added support for handling "slim" format zoneinfo files that are produced by default by zic version 2020b and later. The POSIX-style TZ string is now used calculate DST transition times after the final defined transition in the file. The 64-bit section is now always used regardless of whether Time has support for 64-bit times. #120.
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?
✳️ jbuilder (2.7.0 → 2.11.2) · Repo · Changelog
Release Notes
2.11.2 (from changelog)
2.11.1 (from changelog)
2.11.0 (from changelog)
2.10.2 (from changelog)
2.10.1
2.10.0 (from changelog)
2.9.1 (from changelog)
2.9.0 (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.
↗️ concurrent-ruby (indirect, 1.1.7 → 1.1.8) · Repo · Changelog
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
↗️ i18n (indirect, 1.8.5 → 1.8.7) · Repo · Changelog
Release Notes
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 17 commits:
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
↗️ minitest (indirect, 5.14.2 → 5.14.3) · Repo · Changelog
Release Notes
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 2 commits:
prepped for release
- Bumped require_ruby_version to < 4 (trunk = 3.1).
↗️ multi_json (indirect, 1.13.1 → 1.15.0) · Repo · Changelog
Release Notes
1.15.0 (from changelog)
1.14.1 (from changelog)
1.14.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
Version 0.15.0
Add 2.7 to a list of "supported" ruby versions
Revert "Update multi_json.gemspec"
Merge pull request #197 from eregon/fix-detection-json-gem
Merge pull request #194 from bastelfreak/ruby27
Fix detection for the json_gem adapter
Update multi_json.gemspec
Add Ruby 2.7 to test matrix
Version 0.14.1
Update changelog for 0.14.1
Fix 2.7 warning
Merge pull request #193 from orien/gem-metadata
Add project metadata to the gemspec
Version 0.14.0
Remove ssh key signing
Add changelog for 0.14
Oj 2 and 3 support
Fix CI
Remove gemnasium
Merge pull request #192 from igas/patch-2
Fix codeclimate badge
↗️ tzinfo (indirect, 1.2.7 → 1.2.9) · Repo · Changelog
Release Notes
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 18 commits:
Preparing v1.2.9.
Remove JRuby 9.0.5.0.
Download GlobalSign Root CA - R3 for use with older Ruby versions.
Add 1.8.7-head, 1.9.2-p330, jruby-9.0.5.0 and ree to allow failures.
Update to JRuby 9.2.14.0.
Ignore generated transations that do not change the offset.
[ci skip] Add issue number reference.
Preparing v1.2.8.
Update time zone test fixtures based on tzdata 2020d.
Support "slim" zoneinfo files produced by default by zic >= 2020b.
Use up to date Linux distros to test (where possible).
Remove the deprecated sudo option.
Switch to travis-ci.com.
Update to Ruby 2.7.2 and JRuby 9.2.13.0.
Revert "Add Ruby 2.7 on AppVeyor."
Add Ruby 2.7 on AppVeyor.
Stop supporting Rubinius.
Update to Ruby 2.4.10.
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