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-23 17:37:20 +0300
committerJosh Frye <joshfng@gmail.com>2016-06-29 04:35:42 +0300
commit13ba3bd4fdaa59b2836efa907433d5e807ed5d5e (patch)
tree0151d7d986f640fbcaa2180d7faff647d08376cf /Gemfile
parent242aa5bd66038e5c7393f17be51a73deaedd7d06 (diff)
Use number_to_human_size for system info and remove dependency on Filesize gem.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ffc3514a198..a2386770992 100644
--- a/Gemfile
+++ b/Gemfile
@@ -349,4 +349,3 @@ gem 'health_check', '~> 1.5.1'
# System information
gem 'vmstat', '~> 2.1.0'
-gem 'filesize', '~> 0.1.1'