ruby-dns / net-dns

Net::DNS is a DNS library written in Ruby.
http://net-dns.rubyforge.org
Other
165 stars 42 forks source link

Fix deprecated warning of TimeoutError #83

Closed taketo1113 closed 1 year ago

taketo1113 commented 2 years ago

Replaced TimeoutError -> Timeout::Error to fix deprecated warning.

Fixed #82