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.
