mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Fix direct require of environment.rb to properly load Socket class
This was causing devutils to fail Fixes #5511
This commit is contained in:
parent
48b78e8c58
commit
74672c994b
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
require "logstash/errors"
|
||||
require "logstash/config/cpu_core_strategy"
|
||||
require "logstash/settings"
|
||||
require "socket"
|
||||
|
||||
module LogStash
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue