Actions
Bug #35183
closeddns_dnscmd_main uses timeout as a global method
Description
At least in Ruby 3.1 timeout() is no longer a global method and it must be called as Timeout::timeout. This fails the test suite.
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/smart-proxy/pull/834 added
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset aa25357d4404908d5e5707e767ecd798b754d7d1.
Actions