Can't accept merge request
Created by: agalisteo
Updating gitlab 6.0 > 6.5 > 6.6 can't accept merge request.
This is error appears in my githost.log (not find gem rake-10.1.0)
March 19, 2014 13:11 -> ERROR -> Command failed [1]: /usr/bin/git --git-dir=/var/www/gitlab/satellites/emotionalworld/emotionalworld/.git push origin development
remote: /var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/gems/bundler-1.5.3/lib/bundler/spec_set.rb:92:in `block in materialize': Could not find rake-10.1.0 in any of the sources (Bundler::GemNotFound)
remote: from /var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/gems/bundler-1.5.3/lib/bundler/spec_set.rb:85:in `map!'
remote: from /var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/gems/bundler-1.5.3/lib/bundler/spec_set.rb:85:in `materialize'
remote: from /var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/gems/bundler-1.5.3/lib/bundler/definition.rb:133:in `specs'
remote: from /var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/gems/bundler-1.5.3/lib/bundler/definition.rb:178:in `specs_for'
remote: from /var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/gems/bundler-1.5.3/lib/bundler/definition.rb:167:in `requested_specs'
remote: from /var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/gems/bundler-1.5.3/lib/bundler/environment.rb:18:in `requested_specs'
remote: from /var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/gems/bundler-1.5.3/lib/bundler/runtime.rb:13:in `setup'
remote: from /var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/gems/bundler-1.5.3/lib/bundler.rb:119:in `setup'
remote: from /var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/gems/bundler-1.5.3/lib/bundler/setup.rb:17:in `<top (required)>'
remote: from /usr/lib64/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:51:in `require'
remote: from /usr/lib64/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:51:in `require'
remote: error: hook declined to update refs/heads/development
To /var/www/gitlab/emotionalworld/emotionalworld.git
! [remote rejected] development -> development (hook declined)
error: failed to push some refs to '/var/www/gitlab/emotionalworld/emotionalworld.git'
if i run "gem list | grep rake"
rake (10.1.1, 10.1.0, 0.9.2.2)
I used rvm with "ruby-1.9.1-p431" and a specific gemset called "updategitlab" Gitlab is under user git in /var/git/gitlab-update (/var/git is the home directory of git user)
This is the command rvm info
ruby-1.9.3-p327@updategitlab:
system:
uname: "Linux galactus 3.8.13-gentoo-xxxx-std-ipv6-64 #2 SMP Tue May 21 12:20:36 CEST 2013 x86_64 Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz GenuineIntel GNU/Linux"
system: "gentoo/base-2.2/x86_64"
bash: "/bin/bash => GNU bash, versión 4.2.45(1)-release (x86_64-pc-linux-gnu)"
zsh: " => not installed"
rvm:
version: "rvm 1.25.20 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]"
updated: "2 days 23 hours 15 minutes 18 seconds ago"
path: "/var/git/.rvm"
ruby:
interpreter: "ruby"
version: "1.9.3p327"
date: "2012-11-10"
platform: "x86_64-linux"
patchlevel: "2012-11-10 revision 37606"
full_version: "ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux]"
homes:
gem: "/var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab"
ruby: "/var/git/.rvm/rubies/ruby-1.9.3-p327"
binaries:
ruby: "/var/git/.rvm/rubies/ruby-1.9.3-p327/bin/ruby"
irb: "/var/git/.rvm/rubies/ruby-1.9.3-p327/bin/irb"
gem: "/var/git/.rvm/rubies/ruby-1.9.3-p327/bin/gem"
rake: "/var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/bin/rake"
environment:
PATH: "/var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab/bin:/var/git/.rvm/gems/ruby-1.9.3-p327@global/bin:/var/git/.rvm/rubies/ruby-1.9.3-p327/bin:/var/git/.rvm/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/var/www/gitorious/site/script:/var/www/gitorious/site/script"
GEM_HOME: "/var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab"
GEM_PATH: "/var/git/.rvm/gems/ruby-1.9.3-p327@updategitlab:/var/git/.rvm/gems/ruby-1.9.3-p327@global"
MY_RUBY_HOME: "/var/git/.rvm/rubies/ruby-1.9.3-p327"
IRBRC: "/var/git/.rvm/rubies/ruby-1.9.3-p327/.irbrc"
RUBYOPT: ""
gemset: "updategitlab"