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:
authorGabriel Mazetto <brodock@gmail.com>2018-05-10 06:53:21 +0300
committerGabriel Mazetto <brodock@gmail.com>2018-05-10 14:53:11 +0300
commit7fd0f5fc9d52e749a9692e7e6b42308b20e247f3 (patch)
tree68b4c445ccac34b3c5f2d946264363092be5cbe9 /Gemfile
parent3016cf26970353626db8437fb77a3ac22f83288c (diff)
Adding progressbar explicitly and spec extensions for it
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2df14c032ed..12bff1ee867 100644
--- a/Gemfile
+++ b/Gemfile
@@ -174,6 +174,9 @@ gem 'httparty', '~> 0.13.3'
# Colored output to console
gem 'rainbow', '~> 2.2'
+# Progress bar
+gem 'ruby-progressbar'
+
# GitLab settings
gem 'settingslogic', '~> 2.0.9'