Skip to content

Instantly share code, notes, and snippets.

@halogenandtoast
Created May 3, 2010 19:20
Show Gist options
  • Select an option

  • Save halogenandtoast/388481 to your computer and use it in GitHub Desktop.

Select an option

Save halogenandtoast/388481 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.0.beta3'
gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'
gem 'haml', '3.0.0.rc.4'
gem 'will_paginate', '3.0.pre'
group :test do
gem 'capybara', '0.3.7'
gem 'database_cleaner', '0.5.2'
gem 'cucumber-rails', :git => "git://github.com/aslakhellesoy/cucumber-rails.git"
gem 'rspec-rails', '>= 2.0.0.beta.8'
end
# get rails.js from here: http://github.com/rails/jquery-ujs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment