Skip to content

Commit c3677cf

Browse files
committed
Fix guard
1 parent 5a4f442 commit c3677cf

File tree

1 file changed

+1
-1
lines changed
  • library/socket/tcpsocket/shared

1 file changed

+1
-1
lines changed

library/socket/tcpsocket/shared/new.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
end
1616

17-
ruby_version_is "3.0"..."3.1" do
17+
ruby_version_is "3.0"..."3.2" do
1818
it 'raises Errno::ETIMEDOUT with :connect_timeout when no server is listening on the given address' do
1919
-> {
2020
TCPSocket.send(@method, "192.0.2.1", 80, connect_timeout: 0)

0 commit comments

Comments
 (0)