Skip to content

Commit 1e48cfa

Browse files
committed
Replace Ruby 3.5 with Ruby 4.0
This commit updates the Ruby version to follow the commit in Ruby master branch. ruby/ruby@6d81969
1 parent b7f5c85 commit 1e48cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2587,7 +2587,7 @@ def debug(msg)
25872587
alias_method :D, :debug
25882588
end
25892589

2590-
# for backward compatibility until Ruby 3.5
2590+
# for backward compatibility until Ruby 4.0
25912591
# https://bugs.ruby-lang.org/issues/20900
25922592
# https://github.com/bblimke/webmock/pull/1081
25932593
HTTPSession = HTTP

0 commit comments

Comments
 (0)