summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2025-11-11 21:56:43 +0900
committergit <svn-admin@ruby-lang.org>2025-11-12 01:09:49 +0000
commitc6997ddf3e7acf0f9d65837d2da591bc47afdaee (patch)
tree79e021b9bc4636eb3c7d48d0604ea9519c7d014b
parent9fb61765f44e1ba849e9ebe0e9847376a3101685 (diff)
[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. https://github.com/ruby/ruby/commit/6d81969b475262aba251e99b518181bdf7c5a523 https://github.com/ruby/net-http/commit/1e48cfaaf7
-rw-r--r--lib/net/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index c60649b812..1a13299d20 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -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