Commit 09d5f41
committed
Add
Because `ridk enable` runs ruby with "--disable-gems".
Otherwise `ridk enable` failes with:
```
C:/Ruby40-arm/lib/ruby/4.0.0/win32/registry.rb:2:in 'Kernel#require': cannot load such file -- fiddle (LoadError)
```require "rubygems" before loading win32/registry
1 parent a92b382 commit 09d5f41
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments