Merge pull request #36964 from utilum/RubyGemsVersion_depracation

constant Gem::RubyGemsVersion is deprecated
This commit is contained in:
Ryuta Kamizono 2019-08-18 04:25:05 +09:00 committed by GitHub
commit fa82d97022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ def to_html
# The RubyGems version, if it's installed.
property "RubyGems version" do
Gem::RubyGemsVersion
Gem::VERSION
end
property "Rack version" do