Ruby version reporting in conflict
Created by: Libbux
I'm running GitLab 7.5 on Ubuntu 14.04. I used to be running an outdated version of ruby (see issue #8115 (closed) and #8146 (closed)), and since updating, GitLab has been showing the wrong ruby version in the web admin panel (it reports 1.9.3p484), while running the GitLab check rake task shows the following:
Ruby version >= 2.0.0 ? ... yes (2.0.0)
The ruby binary in /usr/bin/
points to the correct executable, and the service has been restarted multiple times since updating.
Thanks