Skip to content
New issue

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

Error when running make serve #334

Open
bouweandela opened this issue Jun 10, 2024 · 0 comments
Open

Error when running make serve #334

bouweandela opened this issue Jun 10, 2024 · 0 comments

Comments

@bouweandela
Copy link
Member

bouweandela commented Jun 10, 2024

When running make serve or make docker-serve, the following error is shown:

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:

# Fix for mismatched deps: https://github.com/ffi/ffi/issues/1103
gem "ffi", "< 1.17.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant