Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #4771

Closed
Open
Created 11 years ago by Administrator@rootOwner
  • New issue

  • Report abuse

  • New issue

  • Report abuse

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>'

Linked issues
...


    • Administrator
      Administrator @root · 11 years ago
      Owner

      Created by: dblessing

      That error says that bundler is not available. You need to do gem install bundler or you may have to use rvm to install the bundler gem.

      By Administrator on 2013-08-13T16:13:47 (imported from GitLab project)

    • Administrator
      Administrator @root · 11 years ago
      Owner

      Created by: keith9820

      I tried

      gem install bundler 

      and

      rvm gemset use global && gem install bundler

      By Administrator on 2013-08-13T16:15:35 (imported from GitLab project)

    • Administrator
      Administrator @root · 11 years ago
      Owner

      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)

    • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
    Please register or sign in to reply
    0 Assignees
    Assign to
    Milestone
    No milestone
    None
    None
    Time tracking
    Due date
    None
    None
    0
    Labels
    None
    Assign labels
    • No matching results
    • Manage project labels
    Confidentiality
    Not confidential

    You are going to turn on confidentiality. Only team members with at least Reporter access will be able to see and leave comments on the issue.

    Lock issue
    Unlocked
    participants
    Reference: