Remove unused term-ansicolor

I went to swap this for pastel, but in the end I couldn't find where it was actually used.

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2020-08-12 19:15:54 -07:00
parent fb0be93a00
commit 5e56fb57bf

View file

@ -45,7 +45,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "semverse", "~> 3.0"
spec.add_dependency "htmlentities", "~> 4.3" # TODO: remove when #4853 fixed
spec.add_dependency "multipart-post", "~> 2.0"
spec.add_dependency "term-ansicolor", "~> 1.7"
spec.add_dependency "train-core", "~> 3.0"
end