foreman issues
Added foreman to my Gemfile and when i run bundle install, i get the following error:
Could not find foreman-0.87.0 in any of the sources
Run bundle install
to install missing gems.
If you read the Foreman README, they recommend you don't put it in your Gemfile. Just gem install foreman
globally.