File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ workflows:
279279 - " 3.2"
280280 - " 3.3"
281281 - " 3.4"
282- - " 3.5.0-preview1 "
282+ - " 4.0 "
283283 libraries_ruby_31_32 :
284284 jobs :
285285 - test_apprisal :
@@ -304,7 +304,7 @@ workflows:
304304 ruby_version :
305305 - " 3.3"
306306 - " 3.4"
307- - " 3.5.0-preview1 "
307+ - " 4.0 "
308308 # Currently compiling the native extensions for `grpc`
309309 # exceeds an internal RAM and/or CPU limit of CircleCI executor,
310310 # and the job gets terminated with:
@@ -314,7 +314,7 @@ workflows:
314314 # on https://rubygems.org/gems/grpc/versions
315315 exclude :
316316 - stack : base
317- ruby_version : " 3.5.0-preview1 "
317+ ruby_version : " 4.0 "
318318 gemfile : " ./gemfiles/grpc_10.gemfile"
319319 rails_ruby_31_35 :
320320 jobs :
@@ -335,7 +335,7 @@ workflows:
335335 - " 3.2"
336336 - " 3.3"
337337 - " 3.4"
338- - " 3.5.0-preview1 "
338+ - " 4.0 "
339339 rails8_ruby_33_35 :
340340 jobs :
341341 - test_apprisal :
@@ -369,7 +369,7 @@ workflows:
369369 - " 3.1"
370370 - " 3.2"
371371 - " 3.3"
372- - " 3.5.0-preview1 "
372+ - " 4.0 "
373373 report_coverage :
374374 jobs :
375375 - report_coverage
Original file line number Diff line number Diff line change @@ -48,5 +48,6 @@ Gem::Specification.new do |spec|
4848 spec . add_runtime_dependency ( 'sys-proctable' , '>= 1.2.2' )
4949 spec . add_runtime_dependency ( 'opentelemetry-api' , '~> 1.4' )
5050 spec . add_runtime_dependency ( 'opentelemetry-common' )
51+ spec . add_runtime_dependency ( 'cgi' )
5152 spec . add_runtime_dependency ( 'oj' , '>=3.0.11' ) unless RUBY_PLATFORM =~ /java/i
5253end
You can’t perform that action at this time.
0 commit comments