Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump i18n from 1.8.5 to 1.8.9 #7082

Merged
merged 1 commit into from
Mar 18, 2021
Merged

Bump i18n from 1.8.5 to 1.8.9 #7082

merged 1 commit into from
Mar 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps i18n from 1.8.5 to 1.8.9.

Release notes

Sourced from i18n's releases.

1.8.9

  • Rely on Ruby 3's native Hash#except method -- #557

This release also contains several build related updates -- rather than listing them out here, you can see the compare view between 1.8.8 and 1.8.9.

1.8.8

  • Fixed threadsafety issues in Simple backend: #554
  • Re-attempt to fix threadsafety of fallbacks: #548

  • Use OpenSSL::Digest instead of usual Digest libraries: #549
  • Goodbye, post-install message #552
  • Use Rails' main branch, instead of master #553

1.8.7

  • Fixed a regression with fallback logic: see issues #547, #546 and #542.

1.8.6

  • 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.

Commits
  • aec9d66 Bump to 1.8.9
  • aae36c2 Only attempt to set fallbacks= in tests if method is defined
  • 3951eee Merge pull request #557 from ruby-i18n/ca-except-ruby3
  • 7a262de Merge pull request #558 from ruby-i18n/ca-build
  • 7a885fd Merge pull request #550 from taki/update-require
  • cead3e5 Prevent overwriting Hash#except method present in Ruby 3+
  • bb7b689 Exclude Ruby 3+ with all Rails 5.x versions
  • 075a228 Rails main only supports Ruby 2.7+ going forward
  • 2a02807 Run tests on the latest patch version of each Ruby release
  • 0053286 Run tests on Rails 5.0.x and 5.1.x again
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Mar 12, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/i18n-1.8.9 branch from 88b9689 to 5c0f479 Compare March 15, 2021 22:14
@andrewpbrett
Copy link
Contributor

@dependabot-bot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/i18n-1.8.9 branch from 5c0f479 to c9597b8 Compare March 16, 2021 16:55
Copy link
Contributor

@andrewpbrett andrewpbrett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has a green-ish build (only the T&C timezone spec failing on Semaphore).

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 1.8.5 to 1.8.9.
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v1.8.5...v1.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/i18n-1.8.9 branch from c9597b8 to 6ebcff9 Compare March 16, 2021 19:32
Copy link
Member

@mkllnk mkllnk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Green(ish) build should be enough. Feature specs would be failing a lot if I18n wasn't right.

@mkllnk mkllnk merged commit e53c996 into master Mar 18, 2021
@mkllnk mkllnk deleted the dependabot/bundler/i18n-1.8.9 branch March 18, 2021 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants