aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-09-16 02:51:50 +0100
committerFrancis Irving <francis@mysociety.org>2010-09-16 02:51:50 +0100
commite6d61b4f163f28c0d35cfe24979c18e5c3ed85de (patch)
tree59555a15cb50d49e81511ed52adccc5fb986f923
parent4859bbcaa8a105e8600ec1fa363789b86d116b04 (diff)
Show Ruby version
-rw-r--r--app/views/admin_general/debug.rhtml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/admin_general/debug.rhtml b/app/views/admin_general/debug.rhtml
index ec58051d0..422edea03 100644
--- a/app/views/admin_general/debug.rhtml
+++ b/app/views/admin_general/debug.rhtml
@@ -6,7 +6,10 @@
<h2>Version numbers</h2>
-<p>Rails::VERSION::STRING <%=h Rails::VERSION::STRING%>
+<p>
+RUBY_VERSION <%=h RUBY_VERSION %>
+<br>
+Rails::VERSION::STRING <%=h Rails::VERSION::STRING%>
<br>
TMail::VERSION::STRING <%=h TMail::VERSION::STRING%>
<br>