Yeah, it does indeed appear to be working. Maybe I just didn't realize
that before. I guess they patched bundler. Maybe the reason I didn't
notice was that I was hoping for a bigger drop in slug size, I'm still
at 12.4MB for a Rails app with only a handful of gem dependencies.
Hmm, I think it's because I recently started using MongoDB. The mongo
gem needs bson_ext for performance and bson_ext includes an 8.4MB jar
file. Completely useless to me of course...

Thanks!

Peter

On Oct 28, 6:11 pm, Chris Hanks <[email protected]> wrote:
> Yep, it's worked for me for weeks too.
>
> On Oct 28, 7:28 am, marcel <[email protected]> wrote:
>
> > BUNDLE_WITHOUT is currently working for me. It magically started being
> > recognized a few weeks ago. From my heroku config output:
>
> > BUNDLE_WITHOUT                    => test development
>
> > And when I deploy:
>
> > -----> Heroku receiving push
> > -----> Rails app detected
> > -----> Gemfile detected, running Bundler version 1.0.0
> >        Unresolved dependencies detected; Installing...
> >        Using --without test development
> >        Fetching source index forhttp://rubygems.org/
> > ...

-- 
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.

Reply via email to