Skip to content

Instantly share code, notes, and snippets.

@afeld
Created June 27, 2012 18:06
Show Gist options
  • Save afeld/3005765 to your computer and use it in GitHub Desktop.
Save afeld/3005765 to your computer and use it in GitHub Desktop.
Gemfile for Heroku
# ...
group :development, :test do
gem 'sqlite3'
end
group :production do
gem 'pg'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment