Maxence-L / notenote.link

A Jekyll digital garden template, optimized for integration with Obsidian. It aims to enhance discoverability and help you build a personal knowledge base that can scale with time.
https://notenote.link
MIT License
161 stars 90 forks source link

[resolved] ffi-1.12.2 requires ruby version 2.8 dev #15

Closed Mara-Li closed 2 years ago

Mara-Li commented 3 years ago

With ruby update, the FFI seems to be broken. To work, I do this :

gem install ffi -f
bundle update
bundle add webrick
bundle && bundle exec jekyll serve

I dunno if it's possible to pull request this, so I leave it here for future reference.