rmagick / rmagick

Ruby bindings for ImageMagick
https://rmagick.github.io/
MIT License
696 stars 140 forks source link

Remove old Ruby version support #1446

Closed mockdeep closed 1 month ago

mockdeep commented 3 months ago

These are the vesions that are currently covered in Ruby's maintenance branches.

mockdeep commented 3 months ago

@Watson1978 does this seem reasonable to you?

Watson1978 commented 3 months ago

The latest macOS still has bundled Ruby 2.6 by default. So, I think Ruby 2.6 may be useful to remain.

However, I don't know how many people are using system bundled Ruby, so it might be a good idea to drop Ruby 2.6 as well.

mockdeep commented 3 months ago

Yeah, it seems like we could probably remove 2.6 as well. RuboCop only supports >= 2.7, so we won't be able to upgrade that to the latest unless we deprecate 2.6.

mockdeep commented 3 months ago

Going to close this one for now. I'll reopen once version 5 has been stable for a little longer.