fgrehm / devstep

Development environments powered by Docker and buildpacks
http://fgrehm.viewdocs.io/devstep
MIT License
195 stars 17 forks source link

Detect bundler version from Gemfile.lock #115

Closed lcmen closed 2 years ago

lcmen commented 8 years ago

This is very simple improvement that will try to detect bundler version from Gemfile.lock (if exists) before falling back to the default version (1.10.5).

lcmen commented 8 years ago

@fgrehm I've just noticed you already have a pull request open with almost the same code. I should have checked before starting implementation but was so excited to check how internally devstep works 😃 .

Is it possible to merge before releasing 1.0?