Skip to content

Instantly share code, notes, and snippets.

@kerrizor
Created February 29, 2012 19:42
Show Gist options
  • Save kerrizor/1943896 to your computer and use it in GitHub Desktop.
Save kerrizor/1943896 to your computer and use it in GitHub Desktop.
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