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

NoMethodError in Forgery::Name.job_title on ruby 3 #89

Open
maniacrush opened this issue May 20, 2022 · 2 comments
Open

NoMethodError in Forgery::Name.job_title on ruby 3 #89

maniacrush opened this issue May 20, 2022 · 2 comments

Comments

@maniacrush
Copy link

Calling .sub method on an object of class Forgery::Extensions::String returns String object instead of Forgery::Extensions::String object on ruby 3, which causes NoMethodError: undefined method 'unextend' for "":String when using Forgery::Name.job_title

@joshuapinter
Copy link
Contributor

Getting the same thing. Looking at the commits, it looks like dev stopped 2 years ago, without any support for Ruby 3. We'll probably have to migrate to Faker or something similar instead.

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

No branches or pull requests

3 participants
@joshuapinter @maniacrush and others