mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Backport PR #13339 to 7.x branch. Original message: Pin `racc` to `1.5.2` as racc-1.6.0 doesn't have JAVA counterpart (yet) SEE: https://github.com/ruby/racc/issues/172
This commit is contained in:
parent
7202c5860e
commit
0f8296870b
1 changed files with 4 additions and 0 deletions
|
@ -79,4 +79,8 @@ Gem::Specification.new do |gem|
|
|||
gem.add_dependency 'down', '~> 5.2.0' #(MIT license)
|
||||
gem.add_dependency 'tzinfo-data' #(MIT license)
|
||||
gem.add_dependency 'rufus-scheduler' #(MIT license)
|
||||
|
||||
# TEMPORARY: racc-1.6.0 doesn't have JAVA counterpart (yet)
|
||||
# SEE: https://github.com/ruby/racc/issues/172
|
||||
gem.add_runtime_dependency "racc", "~> 1.5.2" #(Ruby license)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue