*This issue is resolved.* I figured that I would my discovery in case someone else stumbles across the same problem. I recently upgraded to Hobo 2.2.4. I got everything to run, but my data migrations kept failing:
$ jruby -S hobo g migration The 'hobo_support' gem is not installed. You probably need to set the HOBODEV environment variable to your local hobo git-repository path. The message didn't make much sense, as hobo_support 2.2.4 was installed. After experimenting with various environment changes without any positive results, I started uninstalling and reinstalling different gems, as well as changing gem versions. The problem turned out to be the version of rails that I was using. I was using rails 4.2.5, when I needed rails 4.2.5.1. Resolving that fixed the problem. hobo_support does not show a direct dependency on rails 4.2.5.1; presumably there is an indirect dependency. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
