You can use bunlder :git or :vendored_at directives to load the code
from your git clones. However it has some quirks like you need to have
gemspecs for the each gem etc... but it could work. and than you can
make gem bundle --update or what's the option.

Also if you delete any gems/gems/gemname and do gem bundle it will
check for then new versions.

I use manually gem bundle --cache /path/to/the/gem to update the gems
I need to upgrade.

Pavel

On Oct 14, 2:01 am, Nicholas Orr <[email protected]> wrote:
> Is this the way to: update a project | keep a project upto date; with the
> github repo?seems to work...
>
> I have a bundled app (merb_project)
>
> get the git repo git://github.com/wycats/merb.git
> rake build_gems
> rm -Rf ../merb_project/gems/*
> find . -name *.gem -type f -exec cp {} ../merb_project/gems/cache \;
> cd ../merb_project
> gem bundle
>
> Cheers,
>
> Nick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" 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/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to