diff options
author | Chris Wilson <chris@chrisjwilson.com> | 2016-12-27 06:05:29 +0000 |
---|---|---|
committer | Chris Wilson <chris@chrisjwilson.com> | 2016-12-27 14:16:45 +0800 |
commit | 80a1d74c7fabcdf8929c84a5be7bfcbbff629c8c (patch) | |
tree | a297cd95a0bca20344a06a523aeae4b4d5008dd7 /Gemfile | |
parent | 796b5b575fe9ce54a4bee26cf389f135313e4d41 (diff) | |
download | gitlab-ce-80a1d74c7fabcdf8929c84a5be7bfcbbff629c8c.tar.gz |
Update vmstat to version 2.3.0mrchrisw-update-vmstat
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/26114
vmstat 2.3.0 fixes an issue with reporting the incorrect # of CPUs. This is used in the GitLab Admin Dashboard.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,5 +347,5 @@ gem 'paranoia', '~> 2.2' gem 'health_check', '~> 2.2.0' # System information -gem 'vmstat', '~> 2.2' +gem 'vmstat', '~> 2.3.0' gem 'sys-filesystem', '~> 1.1.6' |