Hi, Achilleas, I re-run the bundle command, but the problem is still there.
by looking at the log, line 11 and 12 still reference to /usr/lib/ruby/1.9.1/rubygems/ folder. I suspect the update script's "upgrade ruby" was not running properly on my server. Do you have any suggestion to fix this problem? 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. On Thursday, July 3, 2014 1:50:10 AM UTC-4, Achilleas Pipis wrote: > > On 07/03/2014 04:29 AM, Yapeng Wu wrote: > > 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) > > > > Seems there's something gone wrong with the update. The error says that > it cannot find rake, so run the bundle install command again to make > sure it gets picked. > > > -- > GPG : 0xABF99BE5 > Blog: http://axilleas.me > -- 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/de6b6f73-b891-4323-88b3-be6f37e9af51%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
