mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Pin term-ansicolor to version that doesn't require ruby >= 2.0
Fixes #5980
This commit is contained in:
parent
fbaf82ac0e
commit
b119e113c1
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue