Update uri gem required by Logstash (#17495)

This commit is contained in:
Andrea Selva 2025-04-07 10:32:12 +02:00 committed by GitHub
parent eeb2162ae4
commit cb4c234aee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,3 +46,4 @@ gem "thwait"
gem "bigdecimal", "~> 3.1"
gem "psych", "5.2.2"
gem "cgi", "0.3.7" # Pins until a new jruby version with updated cgi is released
gem "uri", "0.12.3" # Pins until a new jruby version with updated cgi is released