resque / resque-scheduler

A light-weight job scheduling system built on top of Resque
MIT License
1.74k stars 480 forks source link

Replace gethostbyname with Addrinfo.getaddrinfo #765

Closed tylerdiaz closed 1 year ago

tylerdiaz commented 1 year ago

This addresses the depreciation warning:

/gems/resque-scheduler-4.5.0/lib/resque/scheduler/lock/base.rb:50: warning: Socket.gethostbyname is deprecated; use Addrinfo.getaddrinfo instead.
PatrickTulskie commented 1 year ago

FYI this was fixed in #753 and it's in v4.8.0 released today.