sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production error with rake-10.1.0
Created by: vojtamares
Following command not works:
sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production
Putty shows me this error:
Could not find rake-10.1.0 in any of the sources
Run bundle install
to install missing gems.
I know what does it mean, but I don't know how to fix it. Can you tell me how to fix it please?
Problem solved by google :)