We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make serve
When running make serve or make docker-serve, the following error is shown:
make docker-serve
ffi-1.17.0-x86_64-linux-musl requires rubygems version >= 3.3.22, which is incompatible with the current version, 3.0.4
A workaround is to add the following lines to the file Gemfile:
Gemfile
# Fix for mismatched deps: https://github.com/ffi/ffi/issues/1103 gem "ffi", "< 1.17.0"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
make serve
ormake docker-serve
, the following error is shown:A workaround is to add the following lines to the file
Gemfile
:The text was updated successfully, but these errors were encountered: