Scratch that, submodules don't get pulled automatically when you clone... Looks like I'll have to vendor them all in the plugin git repo.
On Oct 11, 2:34 pm, opsb <[email protected]> wrote: > Going to go with git submodules, not perfect but will work for now. > > On Oct 11, 1:43 pm, opsb <[email protected]> wrote: > > > > > I'm writing a heroku plugin that needs some gem dependencies. How do I > > go about making sure the gems are available when a plugin is > > installed? > > > If there isn't any mechanism to do this yet could I suggest the > > following: > > > Use bundler to declare the dependencies in the plugin. > > When plugin is installed call 'bundle install' to grab any > > dependencies. -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
