Hiroshi SHIBATA
Hiroshi SHIBATA
Fixes https://github.com/ruby/net-http/issues/205
I faced flaky result with Ruby 3.4.2 and `power_assert`. https://github.com/hsbt/minitest-power_assert/actions/runs/13891945806/job/38865298257 ``` # success ❯ rake test Run options: --seed 18518 # Running: . assert { "0".class == "3".to_i.times.map {|i| i...
From https://github.com/github/codeql-action/issues/2030#issuecomment-2844971762 `CODEQL_ACTION_CLEANUP_TRAP_CACHES` is not working now. CodeQL generate 300M+ cache each CI build. We always have trouble with the amount of limit by this problem. * Repository: https://github.com/ruby/ruby *...
## What was the end-user or developer problem that led to this PR? This is another problem with my workshop in last month. FYI: https://github.com/rubygems/rubygems/pull/8671 The new programmer tried with...
## What was the end-user or developer problem that led to this PR? I organized gem workshop in last month. https://andpad.connpass.com/event/347970/ I introduced how to build new gem in that...
## What was the end-user or developer problem that led to this PR? I'm working to provide shared `GEM_HOME` for all of Ruby versions and platforms. If I used CRuby...
https://bugs.ruby-lang.org/issues/21442
Restore from https://github.com/ruby/securerandom/pull/3
from https://github.com/ruby/ruby/pull/13037 Ruby CI is no longer support Solaris platform today. We don't need to maintain related code.
This PR introduces a safeguard to limit the total size of HTTP headers.