Skip to content

Instantly share code, notes, and snippets.

@wycats
Created August 29, 2009 22:28
Show Gist options
  • Save wycats/177705 to your computer and use it in GitHub Desktop.
Save wycats/177705 to your computer and use it in GitHub Desktop.
dir "vendor/framework" do
version "3.0.pre" do
gem "railties", :only => :bundle
gem "rails", :at => "railties", :only => :bundle
gem "activemodel"
gem "activerecord"
gem "activesupport"
end
end
gem "mongrel"
gem "haml"
gem "sqlite3-ruby", :require_as => "sqlite3"
only :test do
gem "rspec", :require_as "spec"
gem "rack-test", :require_as => "rack/test"
gem "webrat"
gem "launchy"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment