-
-
Notifications
You must be signed in to change notification settings - Fork 158
Ruby 2.6 isn't really supported #721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same issue here with Ruby 2.6. |
I'd say that Ruby 2.6 is supported, but requires some manual dependency management. Workarounds like this are a common requirement when working with older versions of Ruby. It's also worth noting that Bundler is smart enough to find a compatible Rubocop dependency on its own if you add Solargraph to your project's Gemfile. Regardless, it won't be long before 2.6 gets dropped in a future release. Probably less than a year. |
Due to an issue with RBS < 3.3, the next release is likely to drop support for Ruby < 3. |
Version 0.53.0 released requiring Ruby >= 3. |
According to the gemspec it is, but in practice I'm getting:
I tried installing rubocop 1.50.2 as 1.51.0 dropped the 2.6 support and that worked.
So it should be dropped ruby 2.6 support or added to the gemspec:
The text was updated successfully, but these errors were encountered: