mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
[ruby/openssl] Replace Ruby 3.5 with Ruby 4.0
This commit updates the Ruby version in the error message to follow the commit in Ruby master branch.
6d81969b47
https://github.com/ruby/openssl/commit/5a50a4d793
This commit is contained in:
parent
48dce7874f
commit
ca2fffd3a7
@ -2325,12 +2325,12 @@ class OpenSSL::TestSSL < OpenSSL::SSLTestCase
|
||||
end
|
||||
end
|
||||
|
||||
# OpenSSL::Buffering requires $/ accessible from non-main Ractors (Ruby 3.5)
|
||||
# OpenSSL::Buffering requires $/ accessible from non-main Ractors (Ruby 4.0)
|
||||
# https://bugs.ruby-lang.org/issues/21109
|
||||
#
|
||||
# Hangs on Windows
|
||||
# https://bugs.ruby-lang.org/issues/21537
|
||||
if respond_to?(:ractor) && RUBY_VERSION >= "3.5" && RUBY_PLATFORM !~ /mswin|mingw/
|
||||
if respond_to?(:ractor) && RUBY_VERSION >= "4.0" && RUBY_PLATFORM !~ /mswin|mingw/
|
||||
ractor
|
||||
def test_ractor_client
|
||||
start_server { |port|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user