5 ms·
This is great! Does anyone know of a similar resource for ruby?
by ktbwrestler 3y ago
This is great! Does anyone know of a similar resource for ruby?
- rcaught 3y agoYou don't need one, because Ruby dependency management isn't a clusterf#!k like Python's.
- yxhuvud 3y agoYou use bundler to manage what dependencies are installed and use that to get a lock file. You also create a .ruby-version file that specify the language version. There are a whole bunch of different tools to select what ruby version, but all works with that file and what you chose really doesn't matter.