Added rack and i18n to the list of dependencies

This commit is contained in:
Anuj Dutta
2010-02-05 10:49:32 +05:30
parent 436532b3ce
commit b1af06ecac

View File

@@ -24,8 +24,8 @@ TIP: To install the Rails 3 prerelease beta using rubygems you have to install a
<shell>
# Use sudo if your setup requires it
gem install tzinfo builder memcache-client rack \
rack-test rack-mount erubis mail text-format \
gem install tzinfo builder i18n memcache-client rack \
rake rack-test rack-mount erubis mail text-format \
thor bundler
gem install rails --pre
</shell>