-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Keep required Ruby version at 3.3.3 for now #4
Conversation
In general upstream will indeed keep bumping to latest Ruby as long as Alpine has the version, so yeah, if you need to stick on 3.3.3, this makes sense :) |
Has something changed in 0.77 WRT auth? I'm getting a 403 on http://localhost:3214/ with our CI tests |
Ah, yes, auth is no longer required for all pages, because it can now handle public content. I'd expect it to be more permissive though, not less... |
Ah, looking at the build error, it looks like it's getting permission denied on new library setup when first run? I will check what it's doing, I think that might be my bug in single-user mode, |
Yeah, this is clean run, CI testing, passing it |
Yep, this is my fault. Thanks for pointing it out! Just released a patch version to fix it, v0.77.1: https://github.com/manyfold3d/manyfold/releases/tag/v0.77.1 |
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
Description:
Alpine repo is still on 3.3.3 and might stay there. Edge is also still 3.3.3 but might be the best option if upstream project continues to bump Ruby requirement.
Benefits of this PR and context:
How Has This Been Tested?
Source / References: