Please ignore this solution. The problem has come back and appears to be unrelated to the rails version. I assume that something is messed up in my environment. If I run the command, the hobo gem is found, but the hobo_support gem is not found. Also, as a side note, rails 4.2.5.1 is not compatible with dryml in any case.
On Sunday, February 14, 2016 at 9:30:48 AM UTC-7, Ed Gomolka wrote: > > *This issue is resolved.* > > I figured that I would post 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.
