1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use rails/rack-mount

This commit is contained in:
Jeremy Kemper 2009-10-22 20:13:46 -07:00
parent 8a0f456443
commit a0049a6b42

View file

@ -12,10 +12,10 @@ gem "rails", "3.0.pre", :vendored_at => "railties"
gem lib, '3.0.pre', :vendored_at => lib
end
gem "rack", "1.0.1"
gem "rack-mount", :git => "git://github.com/josh/rack-mount.git"
gem "rack-mount", :git => "git://github.com/rails/rack-mount.git"
gem "rack-test", "~> 0.5.0"
gem "erubis", "~> 2.6.0"
gem "arel", :git => "git://github.com/rails/arel.git"
gem "mocha"
gem "sqlite3-ruby"
gem "RedCloth"
gem "RedCloth"