That did indeed fix the problem, thanks Bob. Appears the >= being added was a mistake by the generator or just a preparatory step for the final release, not realizing it would bugger things up during RC for some folks.
On Jun 24, 11:32 am, Bob Sleys <[email protected]> wrote: > change the > > gem "hobo", ">= 1.3.0.RC" > > to > > gem "hobo", "1.3.0.RC" > > The pre versions are being seen as > the RC version so just force it to use > the RC version and when the full is released change it to ">= 1.3.0" > > Bob -- 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.
