Could not find rake-10.1.0 in any of the sources
- by spuder
I've got a ruby on rails application (gitlab) which is installed via puppet.
Everything on the test system runs fine, but production generates an error about rake
Running /home/git/gitlab-shell/bin/check
Could not find rake-10.1.0 in any of the sources
Run bundle install to install missing gems.
Here is the full rake check:
…