Skip to content

Instantly share code, notes, and snippets.

@czarneckid
Created November 22, 2010 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save czarneckid/710412 to your computer and use it in GitHub Desktop.
Save czarneckid/710412 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.3'
gem 'mysql2'
group :development do
gem 'rails3-generators'
end
group :test do
gem 'factory_girl'
gem 'factory_girl_rails'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment