I did not add the hobo gem to the Gemfile. I left it as the hobo
wizard set it:
gem "hobo", ">= 1.3.0.RC"
I originally created it with, what I had understood, to be the RC.
But then after a bit I noticed that the hobo command was running the
pre31. I proceeded to gem install pre31 again and then rerun `hobo
new MY_PROJECT --wizard` and overwrote appropriate files. I also
removed the Gemfile.lock. The wizard would then crash out with:
"Could not find hobo_support-1.3.0.pre31 in any of the sources"
I finally just gutted it and started from scratch and it is now
installing and not showing the RC again... but something is indeed not
clean about this. It really concerns me, in particular, for when
updates are released and I want to get the project updated to anything
that perhaps should be updated.
-George