I installed bitnami gitlab, and then I was trying to update some packages to install compass and sass. I think I have broken gitlab now. Seems I have the wring version of ruby.
Most of it seems ok, but when I try to push changes, I get...
POST git-receive-pack (903 bytes)
remote: /opt/bitnami/ruby/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb:7: ruby lib version (1.9.3) doesn't match executable version (1.8.7) (RuntimeError)[K
remote: from /opt/bitnami/ruby/lib/ruby/site_ruby/1.9.1/rubygems.rb:31:in `require'[K
remote: from /opt/bitnami/ruby/lib/ruby/site_ruby/1.9.1/rubygems.rb:31[K
remote: from /opt/bitnami/ruby/lib/ruby/site_ruby/1.9.1/ubygems.rb:10:in `require'[K
remote: from /opt/bitnami/ruby/lib/ruby/site_ruby/1.9.1/ubygems.rb:10[K
remote: error: hook declined to update refs/heads/master[K
What can I do to get my bitnami gitlab to accept pushes once more?
This worled for me...
From here: http://leonard.io/blog/2012/05/installing-ruby-1-9-3-on-ubuntu-12-04-precise-pengolin/