summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-25 09:02:06 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-25 09:02:06 +0000
commit3fd885fd91ced331a3dd0bdf0d8068969e6c3a78 (patch)
tree1131fa8b99ab8da1074c91d87518d3e3696cec42 /Gemfile
parent85d537ac737eeb4a1d2c7b8585d0b86c86feb408 (diff)
parentec002e802677a691d758ebc6f94f23020b2b063a (diff)
downloadgitlab-ce-3fd885fd91ced331a3dd0bdf0d8068969e6c3a78.tar.gz
Merge branch 'rs-update-colorize' into 'master'
Bump colorize to ~> 0.7.0 Also removes `colored` which came in during the CI merge and is redundant. Closes #2822 See merge request !1895
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 08dfd23aa20..4762e2e223f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -125,8 +125,7 @@ gem 'sidetiq', '~> 0.6.3'
gem "httparty", '~> 0.13.3'
# Colored output to console
-gem "colored", '~> 1.2'
-gem "colorize", '~> 0.5.8'
+gem "colorize", '~> 0.7.0'
# GitLab settings
gem 'settingslogic', '~> 2.0.9'