2009-11-03 12:25:02 +08:00
|
|
|
clear_sources
|
|
|
|
source 'http://gemcutter.org'
|
2009-10-21 07:33:54 +08:00
|
|
|
|
2009-11-10 03:33:47 +08:00
|
|
|
gem "rails", "3.0.pre", :vendored_at => "railties"
|
2009-10-21 07:33:54 +08:00
|
|
|
%w(
|
|
|
|
activesupport
|
|
|
|
activemodel
|
|
|
|
actionpack
|
|
|
|
actionmailer
|
|
|
|
activerecord
|
|
|
|
activeresource
|
|
|
|
).each do |lib|
|
2009-11-10 03:33:47 +08:00
|
|
|
gem lib, '3.0.pre', :vendored_at => lib
|
2009-10-21 07:33:54 +08:00
|
|
|
end
|
|
|
|
gem "rack", "1.0.1"
|
2009-10-23 11:13:46 +08:00
|
|
|
gem "rack-mount", :git => "git://github.com/rails/rack-mount.git"
|
2009-10-21 07:33:54 +08:00
|
|
|
gem "rack-test", "~> 0.5.0"
|
|
|
|
gem "erubis", "~> 2.6.0"
|
2009-11-11 05:52:25 +08:00
|
|
|
gem "arel", "0.2.pre", :git => "git://github.com/rails/arel.git"
|
2009-10-21 07:33:54 +08:00
|
|
|
gem "mocha"
|
|
|
|
gem "sqlite3-ruby"
|
2009-10-23 11:13:46 +08:00
|
|
|
gem "RedCloth"
|