You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`pacman` invocation is now serialized to avoid locking errors.
14
+
- Update MSYS2 download version to 2024-12-08 for `ridk install 1`. [#402](https://github.com/oneclick/rubyinstaller2/issues/402)
15
+
- Add junction (directory link) at `<ruby>/ssl`, which allows to easily find the OpenSSL certificates directory. [#399](https://github.com/oneclick/rubyinstaller2/issues/399)
16
+
The certificates directory varies between ruby versions and the junction unifies the location.
17
+
It is described in `<ruby>/ssl/README-SSL.md`.
18
+
- Update the SSL CA certificate list.
19
+
- Remove installed gems and MSYS2 by the uninstaller per default. [#408](https://github.com/oneclick/rubyinstaller2/issues/408)
20
+
So far the uninstaller only removed the ruby install files, but kept installed gems and MSYS2.
21
+
The old behaviour is available when running the uninstaller with option `/allfiles=no`.
22
+
See in [the wiki](https://github.com/oneclick/rubyinstaller2/wiki/FAQ#user-content-silent-install).
23
+
This is to prepare RubyInstaller for the Microsoft Store.
24
+
- Avoid early load of etc.so allowing updates of etc.gem. [#388](https://github.com/oneclick/rubyinstaller2/issues/388)
25
+
- Set a single key in gemrc to allow appending to this file. [#388](https://github.com/oneclick/rubyinstaller2/issues/388#issuecomment-2348393612)
0 commit comments