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
When running docker-compose up the following error occurs using the docker version.
Step 12/21 : RUN bundle install --jobs 20 --retry 5 --without development test ---> Running in 35315cd62ecb Fetching gem metadata from https://rubygems.org/.......... Fetching https://github.com/macarci/capataz.git Fetching https://github.com/cenit-io/cenit-config.git Fetching https://github.com/cenit-io/cenit-multi_tenancy.git Fetching https://github.com/cenit-io/cenit-token.git Fetching https://github.com/macarci/cross_origin.git Fetching https://github.com/cenit-io/cenit-service.git Fetching https://github.com/plataformatec/devise.git Your bundle is locked to mimemagic (0.3.0), 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.0) has removed it. You'll need to update your bundle to a version other than mimemagic (0.3.0) that hasn't been removed in order to install. ERROR: Service 'cenit' failed to build: The command '/bin/sh -c bundle install --jobs 20 --retry 5 --without development test' returned a non-zero code: 7 cenit-docker/URI
The text was updated successfully, but these errors were encountered:
@travisjroark please give me the branch that you are using
Sorry, something went wrong.
alejandro-kid
No branches or pull requests
Context
Expected Behavior
Actual Behavior
When running docker-compose up the following error occurs using the docker version.
Step 12/21 : RUN bundle install --jobs 20 --retry 5 --without development test
---> Running in 35315cd62ecb
Fetching gem metadata from https://rubygems.org/..........
Fetching https://github.com/macarci/capataz.git
Fetching https://github.com/cenit-io/cenit-config.git
Fetching https://github.com/cenit-io/cenit-multi_tenancy.git
Fetching https://github.com/cenit-io/cenit-token.git
Fetching https://github.com/macarci/cross_origin.git
Fetching https://github.com/cenit-io/cenit-service.git
Fetching https://github.com/plataformatec/devise.git
Your bundle is locked to mimemagic (0.3.0), 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.0) has removed it. You'll need to update
your bundle to a version other than mimemagic (0.3.0) that hasn't been removed
in order to install.
ERROR: Service 'cenit' failed to build: The command '/bin/sh -c bundle install --jobs 20 --retry 5 --without development test' returned a non-zero code: 7
cenit-docker/URI
Steps to Reproduce
The text was updated successfully, but these errors were encountered: