]> source.dussan.org Git - redmine.git/commitdiff
Doc updated for Rails 2.3.14.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Nov 2011 15:53:18 +0000 (15:53 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Nov 2011 15:53:18 +0000 (15:53 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7849 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/INSTALL
doc/UPGRADING

index c9ac22af3eccbe7c2fdbada23e4402cf2c09659a..e9ae32b95d6df6a242b82cc22f08c09053c218ef 100644 (file)
@@ -11,12 +11,12 @@ http://www.redmine.org/
 
 * RubyGems 1.3.7
 
-* Ruby on Rails 2.3.11 (official downloadable Redmine releases are packaged with
+* Ruby on Rails 2.3.14 (official downloadable Redmine releases are packaged with
   the appropriate Rails version)
 
-* Rack 1.1.0 gem
+* Rack 1.1.2 gem
 
-* Rake 0.8.3 gem
+* Rake 0.9.2 gem
 
 * I18n 0.4.2 gem
 
index de6e2c72e752e13c7f9c0a090fb60c4d97dca66f..e1dafa87957eed380650c8cecbc42e0dba8cf8c4 100644 (file)
@@ -30,7 +30,7 @@ http://www.redmine.org/
 
 6. Migrate your database
 
-   If you are upgrading to Rails 2.3.11 as part of this migration, you
+   If you are upgrading to Rails 2.3.14 as part of this migration, you
    need to upgrade the plugin migrations before running the plugin migrations
    using:
      rake db:migrate:upgrade_plugin_migrations RAILS_ENV="production"
@@ -56,7 +56,7 @@ http://www.redmine.org/
 
 == Notes
 
-* Rails 2.3.11 is required for versions 1.2.x.
+* Rails 2.3.14 is required for versions 1.3.x.
 
 == References