Hi, I have a weird issue when upgrade gitlab from 7 to 7.1. The problem occurs at this step:
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production The error is Could not find minitest-5.3.5 in any of the sources Run `bundle install` to install missing gems I tried "bundle install" and get "using minitest-5.3.5" and "Your bundle is complete" The result of "sudo -u git gem list minitest" or "gem list minitest" is *** LOCAL GEMS *** minitest (5.4.0, 5.3.5, 4.7.5) Although gitlab is running without major problem with this install issue, it can't do auto merge now. The log show similar message: 1. July 29, 2014 08:53 -> ERROR -> Command failed [1]: /usr/bin/git --git-dir=/home/git/gitlab-satellites/risk/risk/.git --work-tree=/home/git/gitlab-satellites/risk/risk push origin dev 2. 3. remote: /usr/local/lib/ruby/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) 4. remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/spec_set.rb:85:in `map!' 5. remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/spec_set.rb:85:in `materialize' 6. remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/definition.rb:133:in `specs' 7. remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/definition.rb:178:in `specs_for' 8. remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/definition.rb:167:in `requested_specs' 9. remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/environment.rb:18:in `requested_specs' 10. remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/runtime.rb:13:in `setup' 11. remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.5/lib/bundler.rb:120:in `setup' 12. remote: from /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/setup.rb:17:in `<top (required)>' 13. remote: from /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 14. remote: from /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 15. remote: error: hook declined to update refs/heads/dev 16. To /home/git/repositories/risk/risk.git 17. ! [remote rejected] dev -> dev (hook declined) 18. error: failed to push some refs to '/home/git/repositories/risk/risk.git' -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/c0480a3b-48f7-4341-a767-03e33a397507%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
