Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Dealing with Errors

William Montgomery edited this page Oct 5, 2018 · 1 revision

Errors will happen

As dependencies change, environment conflicts happen and modifications don't work out you're sometimes going to mess up your dev environment. The purpose of this is to put all our amazing solutions for small annoying errors.

Error type: Dependencies not installed


Occurs: when running make setup

Starting operationcodebackend_redis_1              ... done
Starting operationcodebackend_bundle_1             ... done
Starting operationcodebackend_operationcode-psql_1 ... done
Could not find rack-2.0.1 in any of the sources
Run `bundle install` to install missing gems.
make: *** [Makefile:36: db_create] Error 7

Solution: update your bundle using docker compose.

docker-compose run web bundle install