update RbConfig call. Fixes #164
This commit is contained in:
parent
7ab8f0cdd1
commit
d12b3a95d2
|
@ -3,7 +3,7 @@ require "guard/guard"
|
|||
require "rbconfig"
|
||||
require "net/http"
|
||||
|
||||
if Config::CONFIG['host_os'].downcase =~ %r{mingw}
|
||||
if RbConfig::CONFIG['host_os'].downcase =~ %r{mingw}
|
||||
require "win32/process"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue