mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00: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…
x
Reference in New Issue
Block a user