mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-14 22:53:53 -05:00
Restore short Ruby version on admin dashboard (#30711)
This commit is contained in:
parent
2b10b0e027
commit
a777f7e3cc
@ -28,8 +28,8 @@ class Admin::Metrics::Dimension::SoftwareVersionsDimension < Admin::Metrics::Dim
|
|||||||
{
|
{
|
||||||
key: 'ruby',
|
key: 'ruby',
|
||||||
human_key: 'Ruby',
|
human_key: 'Ruby',
|
||||||
value: "#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}",
|
value: RUBY_DESCRIPTION,
|
||||||
human_value: RUBY_DESCRIPTION,
|
human_value: "#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user