rubocop / rubocop-capybara

Code style checking for Capybara files.
https://docs.rubocop.org/rubocop-capybara
MIT License
40 stars 8 forks source link

Drop Ruby 2.6 runtime support #46

Closed ydah closed 1 year ago

ydah commented 1 year ago

This PR drops Ruby 2.6 runtime support. The next release will be the time to drop Ruby 2.6 support:

https://www.ruby-lang.org/en/downloads/branches/ https://docs.rubocop.org/rubocop/compatibility.html#support-matrix

Follow up: https://github.com/rubocop/rubocop/pull/11791


Before submitting the PR make sure the following are checked:

ydah commented 1 year ago

@bquorning Could you removed the Ruby 2.6 part of our main branch protection?

bquorning commented 1 year ago

Yep, I adjusted the branch protection.

ydah commented 1 year ago

Thank you❤️