Pin term-ansicolor to version that doesn't require ruby >= 2.0

Fixes #5980
This commit is contained in:
Andrew Cholakian 2016-09-29 11:37:01 +02:00 committed by Suyog Rao
parent fbaf82ac0e
commit b119e113c1

View file

@ -22,6 +22,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "pry", "~> 0.10.1" #(Ruby license)
gem.add_runtime_dependency "stud", "~> 0.0.19" #(Apache 2.0 license)
gem.add_runtime_dependency "clamp", "~> 0.6.5" #(MIT license) for command line args/flags
gem.add_runtime_dependency "term-ansicolor", "~> 1.3.2" # 1.4.0 uses ruby 2.0
gem.add_runtime_dependency "filesize", "0.0.4" #(MIT license) for :bytes config validator
gem.add_runtime_dependency "gems", "~> 0.8.3" #(MIT license)
gem.add_runtime_dependency "concurrent-ruby", "1.0.0"