Hi Ben, Last time I checked Bundler would always download gems, even if you set your environment --without certain groups. They don't show up at the bundler environment file, but they're downloaded in the process of figuring out dependencies.
We should check whether it can be patched to not download the full gem. On Wed, Mar 24, 2010 at 6:09 AM, Ben Lavender <[email protected]> wrote: > Hello, > > I'm working on a Rails 3 app using Bundler to specify gems. Like many > projects, we have some development-only dependencies, including > Webrat. We've got these gems specified in a :test group. > > On a local machine, we can bring in dependencies without the test > dependencies with 'bundle install --without=test'. Is there a way to > specify this flag to a heroku deployment? I do not see it in the > existing documentation, and Webrat pushes our slug sizes up to > 'ridiculous'. > > Thanks, > Ben > > -- > 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. > > -- 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.
