Skip to content

Commit

Permalink
http://localhost:3000/rails/info/properties shows more details for ea…
Browse files Browse the repository at this point in the history
…se of bug reporting

Hand-merging @ujihisa's ancient patch at https://lighthouseapp.com/projects/8994/tickets/3644
  • Loading branch information
ujihisa authored and amatsuda committed Dec 14, 2018
1 parent 952cfbf commit adb0c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/info.rb
Expand Up @@ -67,7 +67,7 @@ def to_json

# The Ruby version and platform, e.g. "2.0.0-p247 (x86_64-darwin12.4.0)".
property "Ruby version" do
"#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL} (#{RUBY_PLATFORM})"
RUBY_DESCRIPTION
end

# The RubyGems version, if it's installed.
Expand Down

0 comments on commit adb0c7b

Please sign in to comment.