Skip to content

Instantly share code, notes, and snippets.

@lgs
Created April 25, 2010 16:26
Show Gist options
  • Save lgs/378520 to your computer and use it in GitHub Desktop.
Save lgs/378520 to your computer and use it in GitHub Desktop.
log 'Set Gemfile to Rails 3.0.0.beta3'
run 'rm Gemfile'
file 'Gemfile', <<-GEMFILE
source 'http://rubygems.org'
# Bundle edge Rails & Rack:
gem 'rails', '3.0.0.beta3', :git => 'git://github.com/rails/rails.git'
gem 'rack', '1.1.0', :git => 'git://github.com/rails/rack.git'
gem 'rack-mount'
gem 'rack-test'
gem 'sqlite3-ruby', :require => 'sqlite3'
# Bundle the extra gems:
GEMFILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment