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