I\'m trying to run a Ruby on Rails app on a Dreamhost shared server. All is well so far except one weird bug I have not been able to unravel.
Sometimes when I visit
I have the same issue: "You have already activated rack 1.2.1, but your Gemfile requires rack 1.2.3"
uninstall rack versions > 1.2.1
[wasp]$ gem list |grep rack
rack (1.2.1, 1.1.0, 1.0.1, 1.0.0)
touch tmp/restart.txt