Skip to content

Instantly share code, notes, and snippets.

@wpeterson
Created October 17, 2010 22:21
Show Gist options
  • Save wpeterson/631377 to your computer and use it in GitHub Desktop.
Save wpeterson/631377 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.0'
# Deploy with Capistrano
gem 'capistrano'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test, :cucumber do
gem "rspec-rails", :git => "git://github.com/rspec/rspec-rails.git"
gem "rspec", :git => "git://github.com/rspec/rspec.git"
gem "rspec-core", :git => "git://github.com/rspec/rspec-core.git"
gem "rspec-expectations", :git => "git://github.com/rspec/rspec-expectations.git"
gem "rspec-mocks", :git => "git://github.com/rspec/rspec-mocks.git"
gem "shoulda"
gem 'capybara'
gem 'database_cleaner'
gem "cucumber"
gem "cucumber-rails"
gem "factory_girl"
gem 'ruby-debug'
gem "mocha"
gem 'launchy'
end
gem "pg"
gem "omniauth"
gem 'oa-oauth'
gem "paperclip"
gem "haml"
gem "sass"
gem "compass"
gem "state_machine"
gem "simple_form"
gem "cancan"
gem "will_paginate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment