-
Notifications
You must be signed in to change notification settings - Fork 29
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
Remaining issues to support Ruby 3.2 #429
Comments
Just wanted to chime in and say this is a blocker for packaging on Amazon Linux 2023. Unlike Amazon Linux 2022, AL2023 does not have the |
Don't worry, it's still there and buildable: #435 |
Fix #429 Signed-off-by: Takuro Ashie <[email protected]>
It's actually pulling in ruby3.2 when you use ruby3.1 as a dependency:
In any case, with support for ruby3.2 done we should be ok. Thanks for looking into @ashie. |
Oh I didn't notice it. Thanks for notifying it! |
Although importing Ruby 3.2 has been landed at #425, some gems are still needed to work due to missing
File.exists?
which has been removed as of Ruby 3.2. AFAIK following 3 gems should be fixed.The text was updated successfully, but these errors were encountered: