You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a newly cloned repository, docker-compose up does not work, because the eval service fails to build.
Your bundle is locked to mimemagic (0.3.3), but that version could not be found
in any of the sources listed in your Gemfile. If you haven't changed sources,
that means the author of mimemagic (0.3.3) has removed it. You'll need to update
your bundle to a version other than mimemagic (0.3.3) that hasn't been removed
in order to install.
The command '/bin/sh -c bundle install --jobs 20 --retry 5 && gem install bundler' returned a non-zero code: 7
ERROR: Service 'eval' failed to build : Build failed
Simple workaround is to just comment out the eval service in docker-compose.yml, if it is not needed.
In a newly cloned repository,
docker-compose up
does not work, because the eval service fails to build.Simple workaround is to just comment out the eval service in docker-compose.yml, if it is not needed.
This issue probably has the solution.
The text was updated successfully, but these errors were encountered: