Earlier quoted context omitted.
> It also doesn’t understand how to get packages from a git source. Not sure what you mean. https://bundler.io/guides/git.html
He's talking about npm
...or with `npm i git+ssh:...`, and npm will git clone it locally, as long as it has a `package.json`
You can install a certain commit, or even from a Gist!