mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
* 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:
parent
7de598490d
commit
6ca4697dc8
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue