'Foreman Start' not working
If you're trying to connect to the local server and 'foreman start' doesn't work, because you get an error that contains (Bundler :: Gem Not Found).
try typing
bundle install [enter]
then letting all the ruby gems install that you may be missing
then try again:
foreman start [enter]
This time should work!













