Skip to content

Instantly share code, notes, and snippets.

@astachelek
Created January 30, 2012 19:01
Show Gist options
  • Save astachelek/1705992 to your computer and use it in GitHub Desktop.
Save astachelek/1705992 to your computer and use it in GitHub Desktop.
Sample Gemfile
source 'https://rubygems.org'
gem 'rails', '3.2.0'
gem 'sqlite3'
gem 'mysql2'
gem 'devise'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment