SIGS-UnB / core

Project SIGS
MIT License
1 stars 7 forks source link

Gemfile.lock with bundler with old version #297

Closed arthurbdiniz closed 5 years ago

arthurbdiniz commented 5 years ago

Problem description

When i try to run the command docker-compose -f docker-compose-dev.yml the following error appers:

You must use Bundler 2 or greater with this lockfile.
ERROR: Service 'sigs' failed to build: The command '/bin/sh -c bundle install' returned a non-zero code: 20

Expected Behavior

Build docker image without problems

Possible Solution

Delete Gemfile.lock and regenerate it

Step to Reproduce (for bugs)

  1. docker-compose -f docker-compose-dev.yml up --build

Your Environment

development