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

Support I18n 1.10.0 #9

Merged
merged 1 commit into from Mar 21, 2022
Merged

Support I18n 1.10.0 #9

merged 1 commit into from Mar 21, 2022

Conversation

thibaudgg
Copy link
Member

This upgrades the logic to support the I18n 1.10.0 release, that was
broking with issue like:

LoadError: cannot load such file -- i18n/core_ext/hash

or

NameError: uninitialized constant I18n::HashRefinements

The I18n internal hash structure also changed sightly, so this fix
accomodates that.

Deprecated Ruby versions (< 2.7) are also removed for good measure.

Related I18n issue:

This upgrades the logic to support the I18n 1.10.0 release, that was
broking with issue like:

```
LoadError: cannot load such file -- i18n/core_ext/hash
```

or
```
NameError: uninitialized constant I18n::HashRefinements
```

The I18n internal hash structure also changed sightly, so this fix
accomodates that.

Deprecated Ruby versions (< 2.7) are also removed for good measure.

Related I18n issue:
- ruby-i18n/i18n#602
@thibaudgg thibaudgg merged commit ab6eed9 into master Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants