Skip to content

Commit e53e161

Browse files
authored
Restore cgi pin (#17768)
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.
1 parent ccb5aca commit e53e161

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile.jruby-3.1.lock.release

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GEM
5050
aws-sdk-cloudwatch (1.116.0)
5151
aws-sdk-core (~> 3, >= 3.225.0)
5252
aws-sigv4 (~> 1.5)
53-
aws-sdk-core (3.226.1)
53+
aws-sdk-core (3.226.2)
5454
aws-eventstream (~> 1, >= 1.3.0)
5555
aws-partitions (~> 1, >= 1.992.0)
5656
aws-sigv4 (~> 1.9)
@@ -86,6 +86,7 @@ GEM
8686
buftok (0.2.0)
8787
builder (3.3.0)
8888
cabin (0.9.0)
89+
cgi (0.3.7-java)
8990
childprocess (4.1.0)
9091
ci_reporter (2.1.0)
9192
builder (>= 2.1.2)
@@ -297,7 +298,7 @@ GEM
297298
lru_redux (~> 1.1.0)
298299
logstash-filter-drop (3.0.5)
299300
logstash-core-plugin-api (>= 1.60, <= 2.99)
300-
logstash-filter-elastic_integration (9.0.0-java)
301+
logstash-filter-elastic_integration (9.0.1-java)
301302
logstash-core (>= 8.7.0)
302303
logstash-core-plugin-api (>= 1.60, <= 2.99)
303304
logstash-filter-elasticsearch (4.2.0)
@@ -766,7 +767,7 @@ GEM
766767
diff-lcs (>= 1.2.0, < 2.0)
767768
rspec-support (~> 3.13.0)
768769
rspec-support (3.13.4)
769-
rspec-wait (1.0.1)
770+
rspec-wait (1.0.2)
770771
rspec (>= 3.4)
771772
rubocop (1.74.0)
772773
json (~> 2.3)
@@ -856,6 +857,7 @@ DEPENDENCIES
856857
belzebuth
857858
benchmark-ips
858859
bigdecimal (~> 3.1)
860+
cgi (~> 0.3.7)
859861
childprocess (~> 4)
860862
ci_reporter_rspec (~> 1)
861863
date (= 3.3.3)

Gemfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ gem "murmurhash3", "= 0.1.6" # Pins until version 0.1.7-java is released
4242
gem "date", "= 3.3.3"
4343
gem "thwait"
4444
gem "bigdecimal", "~> 3.1"
45+
gem "cgi", "~> 0.3.7" # Pins until a new jruby version with updated cgi is released

0 commit comments

Comments
 (0)