added win32-security to allow net-ping to work on windows

This commit is contained in:
2022-09-11 18:45:49 -05:00
parent ae3720d119
commit 7359d73027
2 changed files with 9 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ gem "async-websocket"
gem "thread-local" gem "thread-local"
gem "ircparser" gem "ircparser"
gem "net-ping" gem "net-ping"
gem "win32-security", platforms: [:x64_mingw, :mingw]
# group :windows_packaging do # group :windows_packaging do
# gem "rake" # gem "rake"

View File

@@ -38,6 +38,8 @@ GEM
ffi (1.15.5) ffi (1.15.5)
ffi (1.15.5-x64-mingw-ucrt) ffi (1.15.5-x64-mingw-ucrt)
ffi (1.15.5-x64-mingw32) ffi (1.15.5-x64-mingw32)
ffi-win32-extensions (1.0.4)
ffi
fiber-local (1.0.0) fiber-local (1.0.0)
gosu (1.4.3) gosu (1.4.3)
gosu_more_drawables (0.3.1) gosu_more_drawables (0.3.1)
@@ -46,6 +48,7 @@ GEM
ircparser (1.0.0) ircparser (1.0.0)
launchy (2.5.0) launchy (2.5.0)
addressable (~> 2.7) addressable (~> 2.7)
net-ping (2.0.8)
nio4r (2.5.8) nio4r (2.5.8)
protocol-hpack (1.4.2) protocol-hpack (1.4.2)
protocol-http (0.22.6) protocol-http (0.22.6)
@@ -63,6 +66,9 @@ GEM
thread-local (1.1.0) thread-local (1.1.0)
timers (4.3.3) timers (4.3.3)
traces (0.4.1) traces (0.4.1)
win32-security (0.5.0)
ffi
ffi-win32-extensions
PLATFORMS PLATFORMS
x64-mingw-ucrt x64-mingw-ucrt
@@ -79,8 +85,10 @@ DEPENDENCIES
i18n i18n
ircparser ircparser
launchy launchy
net-ping
rexml rexml
thread-local thread-local
win32-security
BUNDLED WITH BUNDLED WITH
2.3.17 2.3.17