Changed
- Update to ruby-3.2.1, see release notes.
- Update the SSL CA certificate list and to OpenSSL-3.0.8.
- Move OpenSSL config directroy from
<install-path>/ssl/
to<install-path>/etc/ssl/
to follow upstream change in msys2/MINGW-packages@2f97826 - Allow home directory with white space when installing gems into users home. #332
- Don't overwrite GEM_HOME or BUNDLE_SYSTEM_BINDIR if already present.
- Don't set bindir to a non-existing directory.
This is related to rubygems/rubygems#6332