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:
parent
dca6ddea04
commit
5245bf8635
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue