Skip to content

Instantly share code, notes, and snippets.

@binnyg
Created September 22, 2012 22:35
Show Gist options
  • Save binnyg/3768089 to your computer and use it in GitHub Desktop.
Save binnyg/3768089 to your computer and use it in GitHub Desktop.
group :development, :test do
gem 'sqlite3'
end
group :production do
gem 'pg'
gem 'thin'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment