GitLab tells me no puma installed (RVM / Ruby issue, I guess)
Created by: Leandros
I'am running 5.2 and I tried to install Gitlab CI (but droped it due to the need of Jenkins) and I guess RVM just messed up my Gitlab installation. RVM is configured to use 1.9.3-p392.
sudo -u git -H ruby -v
tells me that 327 is in use.
ruby -v
on the root user tells me 392
su git
and ruby -v
tells me this: "/usr/bin/env: bash: No such file or directory"
If I try to start Gitlab, it don't work (obviously)
root@secrethostname:/home/git# sudo service gitlab start
bundler: command not found: puma
Install missing gem executables with `bundle install`
GitLab service started
but if I execute sudo -u git -H bundle exec puma -v
there is Puma 2.0.1 installed ...
Hopefully you can help me!