Hy! I’m trying to setup Diaspora on Ubuntu. I’m following the instructions and I’ve come up to step “Set up the database” but after i run bundle exec rake db:create i get “Could not find SystemTimer-1.2.1 in any of the sources” error. Running “gem list” shows that I have “SystemTimer (1.2.2, 1.2)”. How can I fix this?
Joe Bivins
[ Editor ]
gem install --version 1.2.1 SystemTimer
NN comments