Skip to content

Remove OpenSSL 1.1 workaround documentation

Stan Hu requested to merge sh-drop-openssl-1.1-docs into main

What does this merge request do and why?

Both dev and production now run Ruby 3.1.4, so OpenSSL 3+ is now supported. We no longer need workarounds to install OpenSSL 1.1. For Ruby 3.1.4, ruby-build will install OpenSSL 3.1.4 (https://github.com/rbenv/ruby-build/blob/cba395e4a6b02e56c058822ce4d9b2e686d20ec5/share/ruby-build/3.1.4#L1) if the system does not have OpenSSL 1.0.2 - 3 installed.

Closes #1948 (closed)

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Stan Hu

Merge request reports