mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Deps: fix broken gem lock due puma requirement (#13348)
This commit is contained in:
parent
328e772e92
commit
ad4277b9d5
1 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,8 @@ PATH
|
|||
minitar (~> 0.8)
|
||||
mustermann (~> 1.0.3)
|
||||
pry (~> 0.12)
|
||||
puma (~> 4)
|
||||
puma (~> 5)
|
||||
racc (~> 1.5.2)
|
||||
rack (~> 2)
|
||||
rubyzip (~> 1)
|
||||
rufus-scheduler
|
||||
|
@ -679,7 +680,7 @@ GEM
|
|||
method_source (~> 1.0)
|
||||
spoon (~> 0.0)
|
||||
public_suffix (3.1.1)
|
||||
puma (4.3.10-java)
|
||||
puma (5.5.2-java)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.5.2-java)
|
||||
rack (2.2.3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue