Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install homebrew [email protected] for Ruby <= 3.0 and [email protected] for Ruby >= 3.1 #474

Closed
postmodern opened this issue Nov 30, 2023 · 0 comments
Assignees
Milestone

Comments

@postmodern
Copy link
Owner

Install a different homebrew openssl version based on the Ruby version. This should allow users to attempt installing older versions of Ruby which requires [email protected], and newer versions of Ruby which require [email protected]. However, this code will do nothing for Linux or BSD users who's package managers only provide one version of openssl; which is openssl-3.0 because openssl-1.1 has reached EoL. This code will eventually be removed in the future, because continuing to install or support EoL versions of Ruby or openssl, which are no longer receiving security patches is risky.

@postmodern postmodern added this to the 0.9.3 milestone Nov 30, 2023
@postmodern postmodern self-assigned this Nov 30, 2023
postmodern added a commit that referenced this issue Nov 30, 2023
 #474).

* Ruby <= 3.0 requires openssl 1.1.
* Ruby >= 3.1.0 requires openssl 3.0.
* Removed `[email protected]` from `dependencies.txt` in favor of using
  `install_optional_deps` to install the variable openssl version.
postmodern added a commit that referenced this issue Nov 30, 2023
 #474).

* Ruby <= 3.0 requires openssl 1.1.
* Ruby >= 3.1.0 requires openssl 3.0.
* Removed `[email protected]` from `dependencies.txt` in favor of using
  `install_optional_deps` to install the variable openssl version.
postmodern added a commit that referenced this issue Dec 1, 2023
 #474).

* Ruby <= 3.0 requires openssl 1.1.
* Ruby >= 3.1.0 requires openssl 3.0.
* Removed `[email protected]` from `dependencies.txt` in favor of using
  `install_optional_deps` to install the variable openssl version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant