foradian / fluxday

A user-friendly, free & opensource task & productivity management tool for growing startups
http://fluxday.io/
Apache License 2.0
476 stars 174 forks source link

Update ruby to 2.3 and bundler to 1.17.3 so that they are compatible #53

Open guillermodlpa opened 5 years ago

guillermodlpa commented 5 years ago

This pull request contains a couple of adjustments to allow the Docker image of Fluxday to build.

First error

screen shot 2019-01-06 at 4 30 36 pm

This issue requires upgrading the version of Ruby to 2.3.

Second error

screen shot 2019-01-06 at 4 40 40 pm

Bundler 2.x was just released and it's not compatible with other packages here, so the solution is to lock it to the highest 1.x version, the 1.17.3.

Extra

I also noticed that the docker container created was named fluxday-app, so I made a change on the README file to reflect it.

cc @ismudnx @stpnlr @halissonvit