From d57841b5c453370598f00dccd68000ae18c9ef58 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 15 Dec 2018 13:17:32 +0900 Subject: [PATCH] Ruby can show a little bit more detailed info in shorter code This follows up adb0c7bc5116e0f6020a4ec32b7e19ea8b26f1ec --- railties/lib/rails/templates/rails/welcome/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/templates/rails/welcome/index.html.erb b/railties/lib/rails/templates/rails/welcome/index.html.erb index b6823457c00ed..6750e01029b75 100644 --- a/railties/lib/rails/templates/rails/welcome/index.html.erb +++ b/railties/lib/rails/templates/rails/welcome/index.html.erb @@ -66,7 +66,7 @@

Rails version: <%= Rails.version %>
- Ruby version: <%= RUBY_VERSION %> (<%= RUBY_PLATFORM %>) + Ruby version: <%= RUBY_DESCRIPTION %>