Skip to content

Instantly share code, notes, and snippets.

@mhfs
Created June 4, 2010 14:11
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 mhfs/c0e8f04433cf1affcf84 to your computer and use it in GitHub Desktop.
Save mhfs/c0e8f04433cf1affcf84 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.0.beta3'
gem 'devise', '1.1.rc1'
gem 'mysql', '2.8.1'
gem 'haml', '3.0.9'
group :test do
gem 'capybara', '0.3.8'
gem 'launchy', '0.3.5'
gem 'rspec-rails', '2.0.0.beta.10'
gem 'machinist', '1.0.6'
gem 'faker', '0.3.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment