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

Drop support for Ruby 2.7 #3006

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Conversation

tatheerf02
Copy link
Contributor

Co-authored by: @ayana-s

Motivation / Background

Fixes #2885
This Pull Request has been created because Ruby 3.0 is now EOL and the Faker team aims to only maintain support for one EOL version at a time. This means that support for Ruby 2.7 can be dropped.

Additional information

Checklist

Before submitting the PR make sure the following are checked:

  • This Pull Request is related to one change. Changes that are unrelated should be opened in separate PRs.
  • Commit message has a detailed description of what changed and why. If this PR fixes a related issue include it in the commit message. Ex: [Fix #issue-number]
  • Tests are added or updated if you fix a bug, refactor something, or add a feature.
  • Tests and Rubocop are passing before submitting your proposed changes.

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.

thank you @tatheerf02 and @ayana-s 🎉

MAINTAINING.md Show resolved Hide resolved
@stefannibrasil
Copy link
Contributor

@tatheerf02 we have some RuboCop failures. Are you okay with fixing them as well?

@tatheerf02
Copy link
Contributor Author

we have some RuboCop failures. Are you okay with fixing them as well?

@stefannibrasil Thanks for pointing those out! I've pushed up a separate commit with those fixes now :)

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.

Loved the cleanups! Thank you ⭐

@stefannibrasil stefannibrasil merged commit b07650f into faker-ruby:main Oct 18, 2024
7 checks passed
@tatheerf02 tatheerf02 deleted the drop-ruby-2.7 branch October 18, 2024 17:39
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.

Drop support for Ruby 2.7
2 participants