I've applied the fix in our Gemfile, with a clarifying comment.
I also fixed a path-related problem when using Git bash on Windows, as Docker does not recognise Git bash's linuxified drive paths, such as /c/dev/hello-world. This must be translated to C:/dev/hello-world. Now both build and serve work in Git bash on Windows machines 🥳
There was a problem with gem 'ffi' brought in via gem github-pages: https://github.com/ffi/ffi/issues/1103
I've applied the fix in our Gemfile, with a clarifying comment.
I also fixed a path-related problem when using Git bash on Windows, as Docker does not recognise Git bash's linuxified drive paths, such as
/c/dev/hello-world
. This must be translated toC:/dev/hello-world
. Now both build and serve work in Git bash on Windows machines 🥳resolves #257