CircleCI-Public / ruby-orb

The `circleci/ruby` orb source code.
https://circleci.com/developer/orbs/orb/circleci/ruby
MIT License
25 stars 53 forks source link

fix: openssl 3 compatibility #116

Closed Jaryt closed 1 year ago

Jaryt commented 1 year ago

As noted in #115, openssl 3.0 is not currently compatible with ruby versions. If 1.0 is not detected, we utilize rvm to add and compile openssl. install-deps will also use this openssl version if it is detected to maintain consistency.

resolves #115

also planned - implement rvm caching to reduce need to compile openssl between runs

smikheiev commented 1 year ago

hey @Jaryt @KyleTryon! has this fix been released? it looks like the latest orb version 2.0.0 doesn't have it 🤔

EricRibeiro commented 1 year ago

hey @Jaryt @KyleTryon! has this fix been released? it looks like the latest orb version 2.0.0 doesn't have it 🤔

Sorry about the delay, @smikheiev. You can find this change in v2.0.1.