I've been trying to figure out why my minimal Hobo test app wouldn't run on Heroku.
I specified Hobo -v 1.0.1 and Rails -v 2.3.8 in my .gems file as required. When the app is sent up to Heroku it installs Rails 2.3.8 normally, then as it installs the Hobo gem it installs Rails 3.0 which includes Rack 1.2.1. Rack 1.2.1 then complains that it needs Rails 2.3.8 to run. So I'm stuck. Is here any way I can prevent the Hobo gem from loading this new (incompatible) version of Rails? -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
