-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Netlify deploy error #1566
Comments
11:59:22 AM: Because nokogiri = 1.16.2 depends on Ruby >= 3.0.0
11:59:22 AM: and nokogiri >= 1.16.2, < 1.16.3 depends on Ruby >= 3.0, < 3.4.dev,
11:59:22 AM: nokogiri >= 1.16.2, < 1.16.3 requires Ruby >= 3.0.0. The Ruby version in the Netlify build environment is incompatible with the version of Perhaps we need to specify Ruby version here and in the Netlify environment and update |
@jonchurch can you have a look to the settings? I was not able to make changes as I am not a member of the Netlify org/site project. |
https://www.netlify.com/blog/2020/04/02/a-step-by-step-guide-jekyll-4.0-on-netlify/
would it be related to the error? |
Seems worth checking. |
The error occurred because Netlify uses an outdated default version, causing some dependencies to fail due to lack of support for older versions. This is fixed in this PR(#1574). Resources: |
Thanks @bjohansebas! The deployment was fine https://github.com/expressjs/expressjs.com/actions/runs/10512038204, the issue is solved! 🥳 |
As has happened in the following PRs (#1565, #1563, #1562), the deploy of these pages continues to encounter the same installation error.
Would this be a Netlify error, or is it an issue with the Ruby dependencies?
The text was updated successfully, but these errors were encountered: