Installation Error Could not find bcrypt-ruby-3.1.2 in any of the sources
Created by: sevenone3
When installing on a clean server Ubuntu 10.04 using mysql as server during 'Initialize Database and Activate Advanced Features' in step 6, executing following command fails:
root@t2az:/home/git/gitlab# sudo -u git -H bundle exec rake gitlab:setup RAILS_E NV=production
Could not find bcrypt-ruby-3.1.2 in any of the sources
Run bundle install
to install missing gems
Running bundle install doesnt help. It gets to the following point:
(...) Using ice_nine (0.10.0) Using axiom-types (0.0.5) Killed
Any help will be much appreciated.