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

Improve i18n version constraints #1097

Open
tagliala opened this issue Apr 30, 2024 · 1 comment · May be fixed by #1103
Open

Improve i18n version constraints #1097

tagliala opened this issue Apr 30, 2024 · 1 comment · May be fixed by #1103

Comments

@tagliala
Copy link
Contributor

tagliala commented Apr 30, 2024

s.add_dependency 'i18n', [">= 0.6.4", '<= 2']

Probably the first i18n version fully compatible with Ruby 3.0 is v1.8.6.

Ref:

@tagliala
Copy link
Contributor Author

tagliala commented May 2, 2024

Actually:

< 0.8.0

Finished in 0.1731 seconds (files took 0.22427 seconds to load)
510 examples, 95 failures

0.8.0

Finished in 0.16345 seconds (files took 0.21812 seconds to load)
510 examples, 0 failures

tagliala added a commit to tagliala/money that referenced this issue May 31, 2024
Require 1.9, the first version tested against Ruby 3.1

Close RubyMoney#1097

Ref: https://github.com/ruby-i18n/i18n/releases?page=2
tagliala added a commit to tagliala/money that referenced this issue May 31, 2024
Require 1.9, the first version tested against Ruby 3.1

Close RubyMoney#1097

Ref: https://github.com/ruby-i18n/i18n/releases?page=2
tagliala added a commit to tagliala/money that referenced this issue May 31, 2024
Require 1.9, the first version tested against Ruby 3.1

Close RubyMoney#1097

Ref: https://github.com/ruby-i18n/i18n/releases?page=2
@tagliala tagliala linked a pull request May 31, 2024 that will close this issue
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 a pull request may close this issue.

1 participant