4 ms·
Hey there -- if the `bundle install` command isn't working when you are in the repo, you probably need the bundler gem installed, which is kind of like a packag
by mroth 14y ago
Hey there -- if the `bundle install` command isn't working when you are in the repo, you probably need the bundler gem installed, which is kind of like a package manager for ruby project deps. Just do `gem install bundler` and you should be able to run commands with it afterwards. Feel free to email me if you need any help!