Refactor #25942
dns_dnscmd_main.rb produces warning: constant ::TimeoutError is deprecated
Associated revisions
History
#1
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/634 added
#2
Updated by Ivan Necas about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 7babc617bb83066070bb14e9d5b520d3dbe29777.
#3
Updated by Tomer Brisker almost 4 years ago
- Fixed in Releases 1.22.0 added
Fixes #25942 - Fix ::TimeoutError is deprecated message
It seems Timeout::Error should be used instead and we actually use it in
other places.