Shopify / ruby-lsp

An opinionated language server for Ruby
https://shopify.github.io/ruby-lsp/
MIT License
1.36k stars 125 forks source link

Remove magic comment version handling for tests #2031

Closed andyw8 closed 1 month ago

andyw8 commented 1 month ago

Since we longer test on Rubies older than 3.0, the required_ruby_version magic comment handling wasn't being used.

There might be some new syntax in future that would need a similar approach, but we can restore the code from the git history if that ever becomes necessary.