mirror of
https://github.com/BretFisher/jekyll-serve.git
synced 2026-07-22 22:03:41 -04:00
[Question] What other issues did you find with Ruby 3.0? #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @derek-adair on GitHub (Aug 7, 2022).
Hello!
I'm considering swapping to this image from the official image due to it sort of idling out. (e.g. they have STILL not added webrick manually as a dependency).
What other issues have you identified with Ruby 3.0?
Sidebar - how actively maintained is this project?
@derek-adair commented on GitHub (Aug 8, 2022):
For what it's worth very shortly after i posted this, I ran into yet another dep issue in the official jekyll image, booted this up and it worked.
@BretFisher commented on GitHub (Aug 9, 2022):
I'm only aware of the webrick issue with 3.x.
It's maintained by me, but please see the readme warning :)
@derek-adair commented on GitHub (Aug 12, 2022):
Ahhh. It was reverted to 2.x BECAUSE webrick. I thought there were other issues. Cheers.