The rails 3 (bundler) trend is locking the used gems, and for obvious
reasons.
I have changed the ">=" for "=" and pushed it to the rails3 branch.

ciao
dd

On Fri, Jun 24, 2011 at 4:53 PM, ylluminate <[email protected]> wrote:

> 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.
>
>

-- 
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.

Reply via email to