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
  • #7395

Closed
Open
Created Jul 29, 2014 by Administrator@rootOwner

fork fails after upgrading to ruby 2.1

Created by: mikew

recently we updated to Gitlab 7.1 and Ruby 2.1. Most things work, but when we try to fork a project we get an error stating "– Fork transaction failed."

here's the log from the web process:

/var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/spec_set.rb:92:in `block in materialize': Could not find minitest-5.3.5 in any of the sources (Bundler::GemNotFound)
        from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/spec_set.rb:85:in `map!'
        from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/spec_set.rb:85:in `materialize'
        from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/definition.rb:133:in `specs'
        from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/definition.rb:178:in `specs_for'
        from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/definition.rb:167:in `requested_specs'
        from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/environment.rb:18:in `requested_specs'
        from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/runtime.rb:13:in `setup'
        from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler.rb:120:in `setup'
        from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/setup.rb:17:in `<top (required)>'
        from /usr/local/lib/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require'
        from /usr/local/lib/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require'

the same thing appears when running rake gitlab:check:

Running /home/git/gitlab-shell/bin/check
Could not find minitest-5.3.5 in any of the sources
Run `bundle install` to install missing gems.
gitlab-shell self-check failed

not sure why it's even trying to load minitest, RAILS_ENV is set to production

Assignee
Assign to
Time tracking