PS - I'm using heroku gem 1.10.14 Also, when this problem occurs, the gems that I remove from my Gemfile do not get installed on heroku, but the slug size indicates that they are still lurking around somewhere in the background - is there anyway to list all the gems that my slug has installed? Is there any way to force heroku to purge the deleted gems?
On Oct 12, 4:57 am, stephen murdoch <[email protected]> wrote: > I have encountered a few strange problems with Heroku this evening. > > My repo size somehow managed to bloat to 17mb so I removed some gems > from my Gemfile (ran bundle install, git add Gemfile.lock etc etc) and > found that my repo was still 17mb. > > I removed all my gems (apart from rails and pg) and the repo didn't > get any smaller. My app is no bigger than 2mb. > > So I deleted my app (along with my .git and .bundle directories) and > created everything from scratch. > > This seemed to fix the problem, until just now, when I tried to remove > 4 large gems from my Gemfile and didn't see any change in the size of > my compiled slug on Heroku. > > Is this something that other people are experiencing? > > FWIW, I've tried everything I can think of, including removing > Gemfile.lock, .bundle etc etc -- 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.
