Skip to content

Instantly share code, notes, and snippets.

@croaky
Created July 26, 2010 04:33
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 croaky/af68170253715725a56e to your computer and use it in GitHub Desktop.
Save croaky/af68170253715725a56e to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.0.beta4'
gem 'pg'
group :test, :cucumber do
gem 'rspec', '2.0.0.beta.15'
gem 'rspec-rails', '2.0.0.beta.15'
gem 'factory_girl_rails'
gem 'spork'
end
group :test do
gem 'shoulda'
gem 'mocha'
gem 'bourne'
end
group :cucumber do
gem 'cucumber'
gem 'cucumber-rails'
gem 'webrat'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment