fork fails after upgrading to ruby 2.1
Created by: mikew
recently we updated to Gitlab 7.1 and Ruby 2.1. Most things work, but when we try to fork a project we get an error stating "– Fork transaction failed."
here's the log from the web process:
/var/lib/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)
from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/spec_set.rb:85:in `map!'
from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/spec_set.rb:85:in `materialize'
from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/definition.rb:133:in `specs'
from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/definition.rb:178:in `specs_for'
from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/definition.rb:167:in `requested_specs'
from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/environment.rb:18:in `requested_specs'
from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/runtime.rb:13:in `setup'
from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler.rb:120:in `setup'
from /var/lib/gems/2.1.0/gems/bundler-1.6.5/lib/bundler/setup.rb:17:in `<top (required)>'
from /usr/local/lib/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/lib/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require'
the same thing appears when running rake gitlab:check
:
Running /home/git/gitlab-shell/bin/check
Could not find minitest-5.3.5 in any of the sources
Run `bundle install` to install missing gems.
gitlab-shell self-check failed
not sure why it's even trying to load minitest, RAILS_ENV is set to production