diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-11-24 16:29:21 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-11-24 16:29:21 -0500 |
commit | 28de6770fae44f65aa81538ff660fc7050072070 (patch) | |
tree | c76445e58a3a2b439f5ac87d54e108c843aa680b /Gemfile | |
parent | 0fb5ffd8b0752f68db67414dc72d09ff0ef064d1 (diff) | |
download | gitlab-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-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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' |