oneclick / rubyinstaller2

MSYS2 based RubyInstaller for Windows
https://rubyinstaller.org
BSD 3-Clause "New" or "Revised" License
644 stars 248 forks source link

Avoid crash even if a registry key incldues inconvertible characters #375

Closed ashie closed 2 months ago

ashie commented 4 months ago

When the registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall contains inconvertible characters to internal encoding, require rubygems crashes. This patch avoids this issue.

Fixe #372

ashie commented 2 months ago

Thanks!