Skip to content

Instantly share code, notes, and snippets.

@ngw
Created December 6, 2010 21:35
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 ngw/730999 to your computer and use it in GitHub Desktop.
Save ngw/730999 to your computer and use it in GitHub Desktop.
source :rubygems
source :rubyforge
source :gemcutter
gem 'rails'
gem 'unicorn'
gem 'mongoid', :git => 'git://github.com/mongoid/mongoid'
gem 'bson_ext'
gem 'koala'
gem 'warden'
gem 'stringex'
group :development, :test do
gem 'rspec-rails'
gem 'launchy'
gem 'capybara'
gem 'factory_girl_rails'
gem 'database_cleaner'
gem 'cucumber-rails'
gem 'cucumber'
gem 'autotest'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment