This repository was archived by the owner on Apr 2, 2024. It is now read-only.
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
Fix Bundler version to 1.17.0 #61
Closed
Description
We now use latest
in https://github.com/coopdevs/timeoverflow-provisioning/blob/master/roles/common/tasks/ruby.yml#L5
For 2 reasons:
- Because in Gemfile.lock we set a version < 2.0
- Because rails 4.2.11 has
bundler < 2.0, >= 1.3.0
set as dependency, and we use that Rails version