Cannot run gitlab:check
Closed
Cannot run gitlab:check
Created by: keith9820
When I try to check gitlab, I get the following error:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
/usr/local/rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find bundler (>= 0) amongst [bigdecimal-1.1.0, io-console-0.3, json-1.5.5, minitest-2.5.1, rake-0.9.2.2, rdoc-3.9.5] (Gem::LoadError)
from /usr/local/rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec'
from /usr/local/rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/rubygems.rb:1231:in `gem'
from /usr/bin/bundle:18:in `<main>'
Created by: dblessing
If those both say bundler is installed but gitlab:check fails with that error, you have some sort of issue with your Ruby environment. It's not specific to GitLab. You'll have to get that issue resolved before GitLab works correctly.
By Administrator on 2013-08-13T16:16:56 (imported from GitLab project)
Please register or sign in to reply