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

relax dependency requirements, add rails 6.1 support #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zygzagZ
Copy link

@zygzagZ zygzagZ commented Feb 10, 2025

I18n country select dependencyi18n ~> 0.9.3 means this gem allows i18n versions >= 0.9.3 and < 1.0.0
This makes it incompatible with rails 6.1, as they require i18n >= 1.6
I believe the intention should be just >= 0.9.3.

The gem does not actually depend on i18n being <1. There is a PR #33 that just changes the version. This suggests that the code works with i18n >1. The gemspec should allow that.

Also, older country translations is also supported. They were upgraded in #30 because of security concerns, without any code changes. Bundler warns and advises for security. This gem should not force people to upgrade.

The gem does not actually depend on i18n being <1. There is a PR onomojo#33 that just changes the version. This suggests that the code works with i18n >1.
The gemspec should allow that.

Also, older country translations is also supported. They were upgraded in onomojo#30 because of security concerns, without any code changes. Bundler warns and advises for security. This gem should not force people to upgrade.
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.

1 participant