supercollider / supercollider.github.io

Website for SuperCollider
http://supercollider.github.io
32 stars 79 forks source link

config: fix jekyll build error #249

Closed gusano closed 3 years ago

gusano commented 3 years ago

Fix #248

dyfer commented 3 years ago

I've tested this with ruby 3.0.0 on macOS and 1) I can't reproduce the original issue but 2) this PR still seems to build fine locally.

With 3.0.0 I had to however add webrick with bundle add webrick.

My knowledge of jekyll is very minimal. Do you think it's safe to pull this in? Also, possibly for another PR: should webrick be added to the Gemfile for compatibility with 3.0.0?

gusano commented 3 years ago

@dyfer I'm not sure as I didn't upgrade to ruby-3 yet and I honestly dunno if it's recommended to do so for such a project. Any thoughts?