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.4 #1140

Merged
merged 1 commit into from
Apr 14, 2021
Merged

Drop support for Ruby 2.4 #1140

merged 1 commit into from
Apr 14, 2021

Conversation

bquorning
Copy link
Collaborator

Ruby 2.4 has been EOL’ed for a while, and RuboCop recently merged in a PR to drop Ruby 2.4 support. I don’t think it makes sense for RuboCop-RSpec to support Ruby 2.4 now.

See rubocop/rubocop#9648 (and last year’s #901)


Before submitting the PR make sure the following are checked:

  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • Updated documentation.
  • Added an entry to the CHANGELOG.md if the new code introduces user-observable changes.
  • The build (bundle exec rake) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).

A new version of Ruby comes out every 12 months, and we drop an old
version of Ruby every 12 months. Last time was 12 months ago, in
3038e0f
@bquorning bquorning requested a review from Darhazer April 14, 2021 11:19
@bquorning bquorning merged commit b375a8f into master Apr 14, 2021
@bquorning bquorning deleted the drop-ruby-2.4 branch April 14, 2021 11:54
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