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-29 05:30:01 +0300
committerJosh Frye <joshfng@gmail.com>2016-06-29 23:02:12 +0300
commit98238a27c7b0e5d4c7a674a78c859150966e6f8b (patch)
tree64a040513f8e231c3766e0c81233a8986ca8446f /Gemfile
parentd171ff17beb82c2378c1eae52dada91481a48239 (diff)
Loop all disks when displaying system info
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a2386770992..4f7d7cf7089 100644
--- a/Gemfile
+++ b/Gemfile
@@ -349,3 +349,4 @@ gem 'health_check', '~> 1.5.1'
# System information
gem 'vmstat', '~> 2.1.0'
+gem 'sys-filesystem', '~> 1.1.6'