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

Faker safe_email -> email #1607

Merged

Conversation

hatsu38
Copy link
Contributor

@hatsu38 hatsu38 commented Sep 13, 2023

NOTE: Faker::Internet.safe_email is deprecated; use email instead. It will be removed on or after 2023-10.
FYI: https://github.com/faker-ruby/faker/blob/56a96cc3d54b9249f8062ebf1779deabc4a282f3/lib/faker/default/internet.rb#L87

            deprecate :safe_email, :email, 2023, 10

The safe_email method is deprecated. The email method is safe by default.
faker-ruby/faker#2733

This is a local test result.
スクリーンショット 2023-09-13 19 07 35

NOTE: Faker::Internet.safe_email is deprecated; use email instead. It
will be removed on or after 2023-10.
@hatsu38 hatsu38 changed the title safe_email -> email Faker safe_email -> email Nov 3, 2023
@MaicolBen MaicolBen merged commit 03b9f7a into lynndylanhurley:master Nov 5, 2023
47 of 51 checks passed
@MaicolBen
Copy link
Collaborator

This broke some specs, I fixed it here #1613

@hatsu38 hatsu38 deleted the refactore/safe_email-to-email branch November 6, 2023 13:29
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.

2 participants