Hi Wes, >From the docs: "Heroku does not specify any groups during bundle installation, so *all gems* from *all groups* will be bundled with your application. We are working with the bundler team to implement a way to restrict groups on deploy as part of Bundler 1.1."
http://docs.heroku.com/bundler Shripad. On Thu, Sep 9, 2010 at 1:59 AM, Wes Gamble <[email protected]> wrote: > I just did my first Bundler - based deploy to Heroku. > > However I notice that even the gems in my "development" group get > installed. They are specified like so: > > group :development do > gem "mongrel" > gem "mysql" > gem "heroku" > end > > in the Gemfile. Clearly I don't need any of these gems in my Heroku > installation. > > I see that these gems are showing up in my Gemfile.lock file. > > Is there a way to tell Heroku to not look at the "development" group gems? > > Thanks, > Wes > > -- > 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]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- 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.
