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

Remove unneeded require in lib/faker.rb #2558

Merged
merged 1 commit into from Sep 23, 2022
Merged

Remove unneeded require in lib/faker.rb #2558

merged 1 commit into from Sep 23, 2022

Conversation

dmarcoux
Copy link
Contributor

@dmarcoux dmarcoux commented Sep 3, 2022

Summary

The version of the dependency i18n has to be at least 1.8.11, so this require can be safely removed.

Fixes Issue #2524

The version of the dependency i18n has to be at least 1.8.11, so this
`require` can be safely removed.
@dmarcoux
Copy link
Contributor Author

dmarcoux commented Sep 3, 2022

Does something have to be done regarding this? I'm asking since it was mentioned in #2524, but I'm missing context to fully understand what should be done here.

@thdaraujo
Copy link
Contributor

thdaraujo commented Sep 12, 2022

Thanks for working on this @dmarcoux !

To answer your question: we would like to get rid of this comment too as it doesn't seem to be relevant anymore:

# Requires Ruby I18n 1.8.11 or higher to resolve https://github.com/faker-ruby/faker/issues/2330.

Copy link
Contributor

@thdaraujo thdaraujo left a comment

Choose a reason for hiding this comment

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

LGTM. Let's also remove this comment:

# Requires Ruby I18n 1.8.11 or higher to resolve https://github.com/faker-ruby/faker/issues/2330.

@stefannibrasil stefannibrasil linked an issue Sep 15, 2022 that may be closed by this pull request
@stefannibrasil
Copy link
Contributor

thank you @dmarcoux it looks like I18n is updated but that comment wasn't removed. Please go ahead and remove that comment, then this one is good to go 🚀

Copy link
Contributor

@stefannibrasil stefannibrasil left a comment

Choose a reason for hiding this comment

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

Looks good for now. Thanks @dmarcoux 💯

@stefannibrasil stefannibrasil merged commit b77a5c6 into faker-ruby:master Sep 23, 2022
sudeeptarlekar pushed a commit to sudeeptarlekar/faker that referenced this pull request Oct 7, 2022
The version of the dependency i18n has to be at least 1.8.11, so this
`require` can be safely removed.
@dmarcoux dmarcoux deleted the i18n branch October 12, 2022 18:45
@dmarcoux
Copy link
Contributor Author

Thank you for handling this, I was away for some time, so I couldn't act on your comments.

@dmarcoux dmarcoux removed their assignment Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolve issue with i18n version
3 participants