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

Closed
Open
Created Jan 04, 2014 by Administrator@rootOwner

[V 6.4.3] minitest missing, Gemfile.lock incoherent

Created by: maltefiala

Version

Issue observed with Gitlab 6-4-stable (6.4.3). It is working in 6.4.2

Summary

While Upgrading to 6.4.3 migrating mysql failed with

Could not find minitest-4.7.5 in any of the sources

Checking bundle install resulted in

You are trying to install in deployment mode after changing your Gemfile. Run bundle install elsewhere and add the updated Gemfile.lock to version control.

Steps to reproduce

  1. Follow upgrade guide to Line 36:

    sudo -u git -H bundle install --without development test postgres --deployment.

Error Msg:

You are trying to install in deployment mode after changing your Gemfile. Run bundle install elsewhere and add the updated Gemfile.lock to version control occurred.

  1. Continue to Line 43:

    sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production

Error Msg:

Could not find minitest-4.7.5 in any of the sources encountered.

Expected behavior

The Gemfile.lock File should be coherent. minitest should not be needed in production

Observed behavior

Two error messages:

You are trying to install in deployment mode after changing your Gemfile. Run bundle install elsewhere and add the updated Gemfile.lock to version control.

Could not find minitest-4.7.5 in any of the sources

Assignee
Assign to
Time tracking