rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.11k stars 552 forks source link

Are there any plans to drop support for older versions of Ruby? #813

Closed shuuuuun closed 1 year ago

shuuuuun commented 1 year ago

This gem currently supports Ruby 2.0 and above. https://github.com/rails/thor/blob/376e141adb594f3146c57e98151b97a20c93c484/thor.gemspec#L25 https://github.com/rails/thor/blob/376e141adb594f3146c57e98151b97a20c93c484/.github/workflows/tests.yml#L9

At this time, the officially supported Ruby version is 2.7 or later. (2.7 will soon be EOL as well.) https://www.ruby-lang.org/en/downloads/branches/

I am working on a PR for another issue, but it is not compatible with older Ruby. https://github.com/rails/thor/pull/812#issuecomment-1448346323

Thank you.

rafaelfranca commented 1 year ago

Now that bundler dropped support to old Rubies we can as well. I'll do it

shuuuuun commented 1 year ago

Oh, it depended on the support status of bundler. Thank you very much!