summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-11-24 16:29:21 -0500
committerRobert Speicher <rspeicher@gmail.com>2015-11-24 16:29:21 -0500
commit28de6770fae44f65aa81538ff660fc7050072070 (patch)
treec76445e58a3a2b439f5ac87d54e108c843aa680b /Gemfile
parent0fb5ffd8b0752f68db67414dc72d09ff0ef064d1 (diff)
downloadgitlab-ce-28de6770fae44f65aa81538ff660fc7050072070.tar.gz
Bump colorize to ~> 0.7.0
Also removes `colored` which came in during the CI merge and is redundant. Closes #2822
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index bd8e9bd8fa1..b7ec16198c9 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'