Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Gemfile.jruby-3.1.lock.release
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions Gemfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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