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

Updated 3_0_release_notes so that it specifies that the rack-mount gem needs to be version 0.4

This commit is contained in:
Jaime Iniesta 2010-03-04 01:48:56 +01:00
parent dca6ddea04
commit 5245bf8635

View file

@ -25,8 +25,9 @@ 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 i18n memcache-client rack \
rake rack-test rack-mount erubis mail text-format \
rake rack-test erubis mail text-format \
thor bundler
gem install rack-mount -v=0.4
gem install rails --pre
</shell>