Skip to content

Instantly share code, notes, and snippets.

@remear
Created June 28, 2010 00:27
Show Gist options
  • Save remear/455303 to your computer and use it in GitHub Desktop.
Save remear/455303 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'capistrano'
gem 'mysql'
gem 'rails', '3.0.0.beta4'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
# To use debugger
# gem 'ruby-debug'
group :test do
gem 'capybara'
gem 'cucumber'
gem 'cucumber-rails'
gem 'rspec'
gem 'rspec-rails'
gem 'webrat'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment