OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Install version of bundler from Gemfile #499

Closed jaydorsey closed 5 years ago

jaydorsey commented 5 years ago

Description of changes

Uses built-in system tools to parse the Gemfile.lock & pull out the bundler version used to build the Gemfile.lock, ensuring that's the same version of bundler used to bundle inside the container

Issue Resolved

No related ticket. This was noted while going thru the backend setup documentation