Skip to content

Commit

Permalink
Doc updated for Rails 2.3.14.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7849 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
jplang committed Nov 19, 2011
1 parent 9430f05 commit 89ce0d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions doc/UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down

0 comments on commit 89ce0d0

Please sign in to comment.