Backport PR #14113 to 7.17: deps: pin concurrent-ruby pending removal of TimerTask (#14119)

* deps: pin concurrent-ruby pending removal of TimerTask (#14113)

(cherry picked from commit 06bca0150f)

* pin concurrent-ruby to 1.1.9

Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
Co-authored-by: Kaise Cheng <kaise.cheng@elastic.co>
This commit is contained in:
github-actions[bot] 2022-05-18 11:38:48 +01:00 committed by GitHub
parent 7de598490d
commit 6ca4697dc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ GEM
rspec (>= 2.14, < 4)
clamp (1.0.1)
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.1.9)
crack (0.4.5)
rexml
dalli (2.7.11)

View file

@ -52,7 +52,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "clamp", "~> 1" #(MIT license) for command line args/flags
gem.add_runtime_dependency "filesize", "~> 0.2" #(MIT license) for :bytes config validator
gem.add_runtime_dependency "gems", "~> 1" #(MIT license)
gem.add_runtime_dependency "concurrent-ruby", "~> 1"
gem.add_runtime_dependency "concurrent-ruby", "~> 1", "< 1.1.10" # pinned until https://github.com/elastic/logstash/issues/13956
gem.add_runtime_dependency "rack", '~> 2'
gem.add_runtime_dependency "mustermann", '~> 1.0.3'
gem.add_runtime_dependency "sinatra", '~> 2.1.0' # pinned until GH-13777 is resolved