You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why not to use Jekyll? I'm trying to build the learnxinyminutes-site by using Ruby3.0 and it fails due to differences in standard lib that is used by middleman deps.
Expected
Effortless & fast build
Actual behavior
A lot of incompatibility errors
Wasted over 2 hours to just to figure out that I have to downgrade ruby & bundler and install all deps
Why not to use Jekyll? I'm trying to build the learnxinyminutes-site by using Ruby3.0 and it fails due to differences in standard lib that is used by
middleman
deps.Expected
Actual behavior
Steps to reproduce
Additional information
Workaround
On Linux/Ubuntu systems with fresh updates you have to install
ruby2.7
anyway:Update your Gemfile. Update
nokogiri
. See related PR nokogiri#2106In your shell, run:
The text was updated successfully, but these errors were encountered: