Skip to content

RubyInstaller-3.2.1-1 - 2023-02-09

Compare
Choose a tag to compare
@larskanis larskanis released this 09 Feb 17:15
· 64 commits to master since this release

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