Skip to content

Instantly share code, notes, and snippets.

@shu0115
shu0115 / Gemfile
Created November 30, 2013 18:29 — forked from pcreux/Gemfile
group :production do
gem 'unicorn'
# Enable gzip compression on heroku, but don't compress images.
gem 'heroku-deflater'
# Heroku injects it if it's not in there already
gem 'rails_12factor'
end