`bunde update` affects just your app, while `hobo ...` is the shell command
that calls the hobo executable in your system, that knows nothing about your
particular app needs. If you do `which hobo` you will see that the path is
pointing to the installed binary in the rvm path. If you want to use the RC
executable you must use the full path to the hobo executable in your local
repository path.

ciao
dd

On Thu, Apr 21, 2011 at 9:09 AM, Bilal Ahmed <[email protected]> wrote:

> I am on a MAC and I have used the 1st way in my gemfile.  After that I
> did the Bundle update and it showed that it is using 1.3.0.RC but if I
> do hobo -v or hobo --help it shows 1.0.3.pre31.
>
> I am using rvm to manage gems and in that there are all the previous
> gems installed. Do I have to uninstall previous ones? Bundle update is
> not sufficient?
>
> On Apr 21, 4:46 am, Domizio Demichelis <[email protected]> wrote:
> > if you search for "pre31" in the whole hobo project you will not find it,
> so
> > it comes from your previous installation. How did you "installed" the RC,
> > since it is not yet a gem. If you are on a mac or linux platform you can
> do
> > `which hobo` and you will see that it is calling the old path.
> >
> > I suggest you uninstall the old gem. Then you have 3 ways to use the RC:
> >
> >    1. from the git repo: gem "hobo", :git => "...., :branch => 'rails3'
> >    2. from your local paths: gem "hobo", :path => "...
> >    3. from an installed gem: gem "hobo"
> >
> > The latter imply you install it locally with `gems[install]`.
> >
> > ciao
> > dd
> >
> >
> >
> > On Thu, Apr 21, 2011 at 3:44 AM, Bilal Ahmed <[email protected]>
> wrote:
> > > I have updated to 1.3.0.RC but hobo -v still shows 1.3.0.pre31
> >
> > > --
> > > 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.
>
>

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