bundler: command not found: puma
Created by: benperiton
When following the install guide to install 5.0, once I get to sudo service gitlab start
I get the following:
bundler: command not found: puma
Install missing gem executables with bundle install
Gitlab service started
sudo bundle install
doesn't install anything else, trying to install puma via sudo gem install puma
works, but trying to add to the bundle fails with:
ben@git:/home/git/gitlab$ sudo gem puma
ERROR: While executing gem ... (RuntimeError)
Unknown command puma
Tried on Ubuntu 12.04 32 and 64bit