ruby / syntax_suggest

Searching for unexpected `end` syntax errors takes a lot of time. Let this gem do it for you!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rev minimum supported Ruby

schneems opened this issue · comments

Ruby 2.7 goes EOL in March. Let’s rev a major version and drop support for everything prior to 3.0. Also set a minimum Ruby version so people on older rubies don’t accidentally get broken when we change some source code internals that breaks on an older Ruby version.

A reasonable support policy is: support non EOL rubies.

Also rev Ruby version for standardrb.