From c0c057e316c279b0c4c6f9840b7c8f1ffdc8584e Mon Sep 17 00:00:00 2001 From: "Eileen M. Uchitelle" Date: Tue, 22 Oct 2019 09:38:03 -0500 Subject: [PATCH] Merge pull request #37510 from mikong/fix-terminal-output-guides Update `rails server` terminal output in Guides [ci skip] --- guides/source/command_line.md | 6 +++--- guides/source/debugging_rails_applications.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/guides/source/command_line.md b/guides/source/command_line.md index ed780c5aae..16e875237f 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -102,10 +102,10 @@ With no further work, `rails server` will run our new shiny Rails app: $ cd commandsapp $ rails server => Booting Puma -=> Rails 5.1.0 application starting in development on http://0.0.0.0:3000 -=> Run `rails server -h` for more startup options +=> Rails 6.0.0 application starting in development +=> Run `rails server --help` for more startup options Puma starting in single mode... -* Version 3.0.2 (ruby 2.3.0-p0), codename: Plethora of Penguin Pinatas +* Version 3.12.1 (ruby 2.5.7-p206), codename: Llamas in Pajamas * Min threads: 5, max threads: 5 * Environment: development * Listening on tcp://localhost:3000 diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index 170c22905b..75a324cf25 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -350,10 +350,10 @@ For example: ```bash => Booting Puma -=> Rails 5.1.0 application starting in development on http://0.0.0.0:3000 -=> Run `rails server -h` for more startup options +=> Rails 6.0.0 application starting in development +=> Run `rails server --help` for more startup options Puma starting in single mode... -* Version 3.4.0 (ruby 2.3.1-p112), codename: Owl Bowl Brawl +* Version 3.12.1 (ruby 2.5.7-p206), codename: Llamas in Pajamas * Min threads: 5, max threads: 5 * Environment: development * Listening on tcp://localhost:3000 -- GitLab