Bruce Burdick
Bruce Burdick
👍 Also needed here.
There may be others who are unable to upgrade to v3 at this time. Might make sense to merge/tag/release it to provide them relief until they can upgrade.
Also upgraded some time ago. Just now stumbling across my now ancient monkey patch, removing it, and seeing tests blithely succeed. All good here.
A late night stab at this. It's broken and I'm tired. But perhaps it'll spark someone to find the right approach: https://gist.github.com/baburdick/6914399
+1 I also see this issue with pry (v0.10.1) and foreman (v0.75.0).
Note: there have since been more critical vulnerabilities discovered in `rubyzip` v1.0.0: * https://github.com/rubyzip/rubyzip/issues/315 * https://github.com/rubyzip/rubyzip/issues/369 Taking a serious look at https://github.com/caxlsx/caxlsx ...
@mayur-kambariya: He's on an Intel Mac. Rosetta is not present: ``` architecture: "x86_64" ```
MacPorts support would also be beneficial, as not all of us are on HomeBrew. These provide similar useful info: ``` port info --line openssl11 port -vq installed openssl ```
I'm having a similar issue. I'm thinking the problem is `brew` in your case (your `openssl` path is `/usr/local/opt/openssl@3`) and `macports` in mine (`/opt/local/libexec/openssl3`) have moved on to OpenSSL v3.0;...