Skip to content

Instantly share code, notes, and snippets.

@giuseb
Created December 21, 2010 11:15
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 giuseb/749806 to your computer and use it in GitHub Desktop.
Save giuseb/749806 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.3'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'capistrano'
gem 'nifty-generators'
gem 'haml'
gem 'devise'
gem 'mysql2'
gem 'will_paginate', '3.0.pre2'
gem 'simple_form'
group :development, :test do
gem 'rspec-rails'
gem 'webrat'
gem 'autotest'
gem 'autotest-growl'
gem 'autotest-rails'
gem 'cucumber-rails'
gem 'factory_girl_rails'
gem 'mocha'
gem 'launchy'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment