Same problem here. There seems to be bug in pushing merge-commits over http(s). Changing the origin to the ssh-address of the the gitlab repo (git remote set-url origin user@gitlab:repo.git) fixed it for me.
Am Donnerstag, 3. Juli 2014 03:29:11 UTC+2 schrieb Yapeng Wu: > > Has anyone had the following problem? Please give me hints to fix this > issue. Thanks! > > After upgrading gitlab from 6.9 to 7, the "accept merge request" feature > failed, the following is error message: > > > > 1. > > remote: > > /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.3/lib/bundler/spec_set.rb:92:in > > `block in materialize': Could not find rake-10.3.2 in any of the sources > (Bundler::GemNotFound) > 2. > > remote: from > > /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.3/lib/bundler/spec_set.rb:85:in > > `map!' > 3. > > remote: from > > /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.3/lib/bundler/spec_set.rb:85:in > > `materialize' > 4. > > remote: from > > /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.3/lib/bundler/definition.rb:133:in > > `specs' > 5. > > remote: from > > /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.3/lib/bundler/definition.rb:178:in > > `specs_for' > 6. > > remote: from > > /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.3/lib/bundler/definition.rb:167:in > > `requested_specs' > 7. > > remote: from > > /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.3/lib/bundler/environment.rb:18:in > > `requested_specs' > 8. > > remote: from > > /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.3/lib/bundler/runtime.rb:13:in > > `setup' > 9. > > remote: from > /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.3/lib/bundler.rb:120:in > `setup' > 10. > > remote: from > > /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.6.3/lib/bundler/setup.rb:17:in > `<top (required)>' > 11. > > remote: from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in > `require' > 12. > > remote: from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in > `require' > 13. > > remote: error: hook declined to update refs/heads/master > 14. > > > > -- 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/af076f91-0a05-4b99-9cb2-ca9ffd1c8bb0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
