3 comments

[ 3.6 ms ] story [ 16.3 ms ] thread
This is basically how ruby solves it with Gemfile and Gemfile.lock
bundler has many more features, for instance it provides a sandboxing mechanism and it allows for breaking the app boot if a dependency is not correct (which is a super good thing, I can't count the number of times I had a different egg than another developer and it was breaking things...)

edit: you're totally right tho! that was just a complement