diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-25 09:02:06 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-25 09:02:06 +0000 |
commit | 3fd885fd91ced331a3dd0bdf0d8068969e6c3a78 (patch) | |
tree | 1131fa8b99ab8da1074c91d87518d3e3696cec42 /Gemfile | |
parent | 85d537ac737eeb4a1d2c7b8585d0b86c86feb408 (diff) | |
parent | ec002e802677a691d758ebc6f94f23020b2b063a (diff) | |
download | gitlab-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-- | 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' |