From 49113297c623f44162dd531f31c81ca291a99d78 Mon Sep 17 00:00:00 2001 From: donoghuc Date: Thu, 3 Jul 2025 16:29:52 -0700 Subject: [PATCH] Restore cgi pin This commit restores the cgi pin as the default in jruby is still 0.3.6. Generally the dependencies were bumped, none of the other gems are of any consequence. --- Gemfile.jruby-3.1.lock.release | 8 +++++--- Gemfile.template | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile.jruby-3.1.lock.release b/Gemfile.jruby-3.1.lock.release index b6683d14bd2..d94c3035a4c 100644 --- a/Gemfile.jruby-3.1.lock.release +++ b/Gemfile.jruby-3.1.lock.release @@ -50,7 +50,7 @@ GEM aws-sdk-cloudwatch (1.116.0) aws-sdk-core (~> 3, >= 3.225.0) aws-sigv4 (~> 1.5) - aws-sdk-core (3.226.1) + aws-sdk-core (3.226.2) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -86,6 +86,7 @@ GEM buftok (0.2.0) builder (3.3.0) cabin (0.9.0) + cgi (0.3.7-java) childprocess (4.1.0) ci_reporter (2.1.0) builder (>= 2.1.2) @@ -297,7 +298,7 @@ GEM lru_redux (~> 1.1.0) logstash-filter-drop (3.0.5) logstash-core-plugin-api (>= 1.60, <= 2.99) - logstash-filter-elastic_integration (9.0.0-java) + logstash-filter-elastic_integration (9.0.1-java) logstash-core (>= 8.7.0) logstash-core-plugin-api (>= 1.60, <= 2.99) logstash-filter-elasticsearch (4.2.0) @@ -766,7 +767,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.4) - rspec-wait (1.0.1) + rspec-wait (1.0.2) rspec (>= 3.4) rubocop (1.74.0) json (~> 2.3) @@ -856,6 +857,7 @@ DEPENDENCIES belzebuth benchmark-ips bigdecimal (~> 3.1) + cgi (~> 0.3.7) childprocess (~> 4) ci_reporter_rspec (~> 1) date (= 3.3.3) diff --git a/Gemfile.template b/Gemfile.template index e3824075cc0..5abad8fae70 100644 --- a/Gemfile.template +++ b/Gemfile.template @@ -42,3 +42,4 @@ gem "murmurhash3", "= 0.1.6" # Pins until version 0.1.7-java is released gem "date", "= 3.3.3" gem "thwait" gem "bigdecimal", "~> 3.1" +gem "cgi", "~> 0.3.7" # Pins until a new jruby version with updated cgi is released \ No newline at end of file