Created
April 25, 2010 16:26
-
-
Save lgs/378520 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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