Update 6.3 -> 6.4: uninitialized constant Unicorn (NameError)
Created by: Pro
I followed the update guide on this site to update from gitlab 6.3 to 6.4: https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/6.3-to-6.4.md
But now I get on both servers the following error when opening gitlab in the browser:
uninitialized constant Unicorn (NameError)
/home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-worker-killer-0.4.2/lib/unicorn/configuration.rb:1:in `<top (required)>'
/home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-worker-killer-0.4.2/lib/unicorn/worker_killer.rb:1:in `require'
/home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-worker-killer-0.4.2/lib/unicorn/worker_killer.rb:1:in `<top (required)>'
config.ru:4:in `require'
config.ru:4:in `block in <main>'
/home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:55:in `instance_eval'
/home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:55:in `initialize'
config.ru:1:in `new'
config.ru:1:in `<main>'
/usr/local/lib/ruby/gems/1.9.1/gems/passenger-4.0.5/helper-scripts/rack-preloader.rb:82:in `eval'
/usr/local/lib/ruby/gems/1.9.1/gems/passenger-4.0.5/helper-scripts/rack-preloader.rb:82:in `preload_app'
/usr/local/lib/ruby/gems/1.9.1/gems/passenger-4.0.5/helper-scripts/rack-preloader.rb:127:in `<module:App>'
/usr/local/lib/ruby/gems/1.9.1/gems/passenger-4.0.5/helper-scripts/rack-preloader.rb:6:in `<module:PhusionPassenger>'
/usr/local/lib/ruby/gems/1.9.1/gems/passenger-4.0.5/helper-scripts/rack-preloader.rb:5:in `<main>'
I updated gitlab.yml
and unicorn.rb
(which isn't mentioned in the update guide) but no luck.