Skip to content

Commit 1319183

Browse files
committed
Fallback to powershell implementation under the bundle environment
[Bug #21645] win32-registory can't load fiddle if Gemfile didn't have that dependency.
1 parent e1b1318 commit 1319183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/win32/resolv/lib/resolv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def read_s(key)
5858
end
5959
end
6060
using SZ
61-
rescue LoadError
61+
rescue LoadError, Gem::LoadError
6262
require "open3"
6363
end
6464

0 commit comments

Comments
 (0)