aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/admin/debug.rhtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/admin/debug.rhtml b/app/views/admin/debug.rhtml
index 918c28486..34e43bd4d 100644
--- a/app/views/admin/debug.rhtml
+++ b/app/views/admin/debug.rhtml
@@ -4,6 +4,14 @@
<p>You are <%= h @http_auth_user %></p>
+<h2>Version numbers</h2>
+
+Rails::VERSION::STRING <%=Rails::VERSION::STRING%>
+<br>
+TMail::VERSION::STRING <%=TMail::VERSION::STRING%>
+<br>
+Xapian::version_string <%=Xapian::version_string%>
+
<h2>Environment variables</h2>
<pre>
<%= @request_env.to_yaml %>