mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
fb0be93a00
commit
5e56fb57bf
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue