Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-06-22 17:43:28 +0300
committerJosh Frye <joshfng@gmail.com>2016-06-29 04:35:42 +0300
commit82edef941406eef9e4be12341a064566ac848dce (patch)
tree8cd263d3c9c813c9f1fb3b23245b6f86fd0951b5 /Gemfile
parentebe21acc2a2f0a569e1e10314ac9407024becafb (diff)
Show basic system info on admin panel. Closes #18886
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7228decf680..ffc3514a198 100644
--- a/Gemfile
+++ b/Gemfile
@@ -346,3 +346,7 @@ gem "paranoia", "~> 2.0"
# Health check
gem 'health_check', '~> 1.5.1'
+
+# System information
+gem 'vmstat', '~> 2.1.0'
+gem 'filesize', '~> 0.1.1'