How to reduce heroku slug size?
My slug size is 89.5MB which is huge. However the repository size is quite small: $ du -hsc 8.0M . 8.0M total Following this blog post: http://dazedthots.blogspot.com/2011/07/reducing-slug-size-heroku.html , there is a bug on Heroku with changing Gemfiles. Mine has changed several times including git dependencies but now, the only git dependency is "rails_admin". See below: source 'http://rubygems.org' gem 'rails', '~> 3.1.0' gem 'rails-i18n', '~> 0.1.3' gem 'pg', '~> 0.11.0' gem 'rake', '~> 0.8.7' gem 'thin', '~> 1.2.11' gem 'heroku', '~> 2.4.0' gem 'squeel', '~> 0.8.6' gem 'devise', '~> 1.4