[ruby/net-http] Replace Ruby 3.5 with Ruby 4.0

This commit updates the Ruby version to follow the commit in Ruby master branch.
6d81969b47

https://github.com/ruby/net-http/commit/1e48cfaaf7
This commit is contained in:
Yasuo Honda 2025-11-11 21:56:43 +09:00 committed by git
parent 9fb61765f4
commit c6997ddf3e

View File

@ -2587,7 +2587,7 @@ module Net #:nodoc:
alias_method :D, :debug
end
# for backward compatibility until Ruby 3.5
# for backward compatibility until Ruby 4.0
# https://bugs.ruby-lang.org/issues/20900
# https://github.com/bblimke/webmock/pull/1081
HTTPSession = HTTP