diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2015-05-20 14:08:57 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2015-05-20 14:08:57 +0200 |
commit | 5d5447b0cbe22c9894088eaa723e97c8d0881944 (patch) | |
tree | 66f417830b7acc93676db715dbc847f679fe0ef0 /guides | |
parent | 0f9ab4f34804d54e7aca0552324a92e8999f6ab4 (diff) | |
parent | a9aefffea6a53801f7373b882c19ec53ad56a686 (diff) | |
download | rails-5d5447b0cbe22c9894088eaa723e97c8d0881944.tar.gz rails-5d5447b0cbe22c9894088eaa723e97c8d0881944.tar.bz2 rails-5d5447b0cbe22c9894088eaa723e97c8d0881944.zip |
Merge pull request #20221 from Gaurav2728/gaurav-debugging_rails_guide_update
Rails 5.0 will target Ruby 2.2+, correct rails guide example [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/debugging_rails_applications.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index ec3ac62b8c..a3c16c7660 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -317,7 +317,7 @@ For example: => Notice: server is listening on all interfaces (0.0.0.0). Consider using 127.0.0.1 (--binding option) => Ctrl-C to shutdown server [2014-04-11 13:11:47] INFO WEBrick 1.3.1 -[2014-04-11 13:11:47] INFO ruby 2.1.1 (2014-02-24) [i686-linux] +[2014-04-11 13:11:47] INFO ruby 2.2.2 (2015-04-13) [i686-linux] [2014-04-11 13:11:47] INFO WEBrick::HTTPServer#start: pid=6370 port=3000 |