Skip to content

Releases: oneclick/rubyinstaller2

RubyInstaller-3.2.7-1 - 2025-02-05

05 Feb 17:09
Compare
Choose a tag to compare

Changed

  • Update to ruby-3.2.7, see release notes.
  • Fix automatic pacman package install when using bundler-2.5.x. #396
  • Fix pacman install error in parallel bundler install -jX. #403
    pacman invocation is now serialized to avoid locking errors.
  • Update MSYS2 download version to 2024-12-08 for ridk install 1. #402
  • Add junction (directory link) at <ruby>/ssl, which allows to easily find the OpenSSL certificates directory. #399
    The certificates directory varies between ruby versions and the junction unifies the location.
    It is described in <ruby>/ssl/README-SSL.md.
  • Update the SSL CA certificate list.
  • Remove installed gems and MSYS2 by the uninstaller per default. #408
    So far the uninstaller only removed the ruby install files, but kept installed gems and MSYS2.
    The old behaviour is available when running the uninstaller with option /allfiles=no.
    See in the wiki.
    This is to prepare RubyInstaller for the Microsoft Store.

RubyInstaller-3.4.1-2 - 2025-01-18

18 Jan 14:49
Compare
Choose a tag to compare

Added

  • Add a native ARM64 version. #362
  • Add junction (directory link) at <ruby>/ssl, which allows to easily find the OpenSSL certificates directory. #399
    The certificates directory varies between ruby versions and the junction unifies the location.
    It is described in <ruby>/ssl/README-SSL.md.

Changed

  • Change side-by-side DLL loading to store dependencies in each extension.so file. #60
  • Change the OpenSSL certificates directory to <ruby>/lib/ruby/<ruby-version>/etc/ssl.
  • Remove installed gems and MSYS2 by the uninstaller per default. #408
    So far the uninstaller only removed the ruby install files, but kept installed gems and MSYS2.
    The old behaviour is available when running the uninstaller with option /allfiles=no.
    See in the wiki.
    This is to prepare RubyInstaller for the Microsoft Store.

RubyInstaller-3.3.7-1 - 2025-01-18

18 Jan 14:29
Compare
Choose a tag to compare

Changed

  • Remove installed gems and MSYS2 by the uninstaller per default. #408
    So far the uninstaller only removed the ruby install files, but kept installed gems and MSYS2.
    The old behaviour is available when running the uninstaller with option /allfiles=no.
    See in the wiki.
    This is to prepare RubyInstaller for the Microsoft Store.
  • Fix pacman install error in parallel bundler install -jX. #403
    pacman invocation is now serialized to avoid locking errors.
  • Add junction (directory link) at <ruby>/ssl, which allows to easily find the OpenSSL certificates directory. #399
    The certificates directory varies between ruby versions and the junction unifies the location.
    It is described in <ruby>/ssl/README-SSL.md.
  • Update MSYS2 download version to 2024-12-08 for ridk install 1. #402
  • Update the SSL CA certificate list.

RubyInstaller-3.4.1-1 - 2024-12-30

30 Dec 14:57
Compare
Choose a tag to compare

This is the first release based on ruby-3.4.x: https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/

Changes compared to RubyInstaller-3.3.6-2

  • Fix installation of dependencies per pacman within a parallel bundler install -jX #403
  • Fix MSYS2_VERSION to use latest version master #402
  • Update the SSL CA certificate list and to OpenSSL-3.4.0.

RubyInstaller-3.3.6-2 - 2024-11-09

09 Nov 09:49
Compare
Choose a tag to compare

Changed

  • Fix regression of handling command line arguments with characters outside of the current code page.
    In this case RubyInstaller-3.3.6-1 failed with:
    command line contains characters that are not supported in the active code page
    Fixes bundler#8221
  • Fix automatic pacman package install when using bundler-2.5.x. #396

RubyInstaller-3.3.6-1 - 2024-11-07

06 Nov 20:38
Compare
Choose a tag to compare

Changed

  • Update to ruby-3.3.6, see release notes.
  • Update the SSL CA certificate list.
  • Update to OpenSSL-3.4.0. The Ruby API dosn't change.
  • Avoid early load of etc.so allowing updates of etc.gem. #388
  • Set a single key in gemrc to allow appending to this file. #388

RubyInstaller-3.2.6-1 - 2024-10-31

31 Oct 12:55
Compare
Choose a tag to compare

Changed

  • Update to ruby-3.2.6, see release notes.
  • Update the SSL CA certificate list.
  • Update to OpenSSL-3.4.0. The Ruby API dosn't change.
  • Avoid early load of etc.so allowing updates of etc.gem. #388
  • Set a single key in gemrc to allow appending to this file. #388

RubyInstaller-3.2.5-1 - 2024-07-26

27 Jul 12:07
Compare
Choose a tag to compare

Changed

  • Update to ruby-3.2.5, see release notes.
  • Update the SSL CA certificate list.
  • Update to OpenSSL-3.3.1. The Ruby API dosn't change.
  • Update to InnoSetup-6.3.1

RubyInstaller-3.3.5-1 - 2024-09-05

05 Sep 07:12
Compare
Choose a tag to compare

Changed

RubyInstaller-3.3.4-1 - 2024-07-09

10 Jul 16:01
Compare
Choose a tag to compare

Changed