mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
FIX: cache_critical_dns was erroring without IPAddr
* sometimes cache_critical_dns would error out since "IPAddr" was undefined * sometimes it autoloaded, so no error
This commit is contained in:
parent
2f37f446f8
commit
7200653e16
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env ruby
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'ipaddr'
|
||||
require 'resolv'
|
||||
require 'time'
|
||||
require 'socket'
|
||||
|
|
Loading…
Reference in New Issue
Block a user