diff options
author | Juanito Fatas <katehuang0320@gmail.com> | 2015-03-24 20:19:14 +0800 |
---|---|---|
committer | Juanito Fatas <katehuang0320@gmail.com> | 2015-03-24 20:19:14 +0800 |
commit | 55f135f131334feff9b839e4be7e326fbd628a86 (patch) | |
tree | 06d4848dfbb3cf36739537de134d2ddabe09e833 | |
parent | c4a3a6da097eb077d14eb4cd90a6650dc6c1a10e (diff) | |
download | rails-55f135f131334feff9b839e4be7e326fbd628a86.tar.gz rails-55f135f131334feff9b839e4be7e326fbd628a86.tar.bz2 rails-55f135f131334feff9b839e4be7e326fbd628a86.zip |
Rails 5 requires 2.2.1. [ci skip]
Follow up of https://github.com/rails/rails/pull/19263.
-rw-r--r-- | guides/source/command_line.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index 6f5a6b7957..f0f01440b7 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -402,7 +402,7 @@ INFO: You can also use `rake -T` to get the list of tasks. $ bin/rake about About your application's environment Rails version 5.0.0 -Ruby version 2.2.0 (x86_64-linux) +Ruby version 2.2.1 (x86_64-linux) RubyGems version 2.4.5 Rack version 1.6 JavaScript Runtime Node.js (V8) |