On Apr 27, 3:52 am, Shane Becker <[email protected]> wrote: > is anyone having success with bundler? > namely, are your dev only gems *not* compiled into your production slug? > > mine are. it's making kittens cry.
Heroku locks bundle with all groups, I think it's even documented somewhere. I just removed all dev and test gems from Gemfile in master branch and developing in other branch, merging with master when time is right. -- 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.
