Skip to content

Commit 6ff130b

Browse files
authored
Merge pull request #246 from yahonda/replace-ruby35-with-ruby40
Replace Ruby 3.5 with Ruby 4.0
2 parents b7f5c85 + 1e48cfa commit 6ff130b

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)