Skip to content
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

Support for Ruby 2.7.0? #144

Closed
raxod502 opened this issue Aug 21, 2022 · 2 comments · Fixed by #148
Closed

Support for Ruby 2.7.0? #144

raxod502 opened this issue Aug 21, 2022 · 2 comments · Fixed by #148

Comments

@raxod502
Copy link

I am trying to install Prettier for Ruby on Ubuntu 20.04 LTS. Unfortunately, since that version of Ubuntu ships Ruby 2.7.0 while syntax_tree (a dependency of the prettier gem) has a minimum requirement of 2.7.3 (#14), it doesn't work.

Is support for 2.7.0 something that might be considered supposing that somebody puts in the effort for a PR?

@raxod502 raxod502 changed the title Support for 2.7.0? Support for Ruby 2.7.0? Aug 21, 2022
@kddnewton
Copy link
Member

Yeah for sure! I'd be happy to merge in Ruby 2.7.0 support. Honestly I don't think it would be too much work. You'd probably just have to get rid of the ... argument forwarding and manually do it with * and **.

@kddnewton
Copy link
Member

Okay, we now support back to 2.7.0, I'll release momentarily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants