diff options
author | Arun Agrawal <arunagw@gmail.com> | 2011-10-22 15:54:55 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2011-10-22 15:54:55 +0530 |
commit | 4ea21b6de260dd4cd610f88ae8d19a04977b5c2a (patch) | |
tree | 0bf1fbce828cf5d40966c725f030348bac441a8a /railties | |
parent | 6d5b92c735130a99186ef6f2ce6abe3f8745a8a5 (diff) | |
download | rails-4ea21b6de260dd4cd610f88ae8d19a04977b5c2a.tar.gz rails-4ea21b6de260dd4cd610f88ae8d19a04977b5c2a.tar.bz2 rails-4ea21b6de260dd4cd610f88ae8d19a04977b5c2a.zip |
Updated rack version in docs for 3.2
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/command_line.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index ffa198891a..3f8643eca3 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -381,7 +381,7 @@ $ rake about About your application's environment Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.3.6 -Rack version 1.1 +Rack version 1.3 Rails version 3.2.0.beta JavaScript Runtime Node.js (V8) Active Record version 3.2.0.beta |