Closed esambo closed 3 years ago
I had to brew tap
first:
$ brew tap rbenv/tap
$ brew install rbenv/tap/openssl@1.0
@esambo what do you think about adding specific use-cases to the Wiki?
@postmodern Yes, that would make sense, if you could then also add a link to the wiki on the README to make it more discoverable, eg. in the Known Issues section
@postmodern I don't see any mention how to use an old Open SSL version, eg (for Ruby 2.2.0):
brew tap rbenv/tap
brew install rbenv/tap/openssl@1.0
ruby-install ruby 2.2.0 -- --with-openssl-dir=$(brew --prefix openssl@1.0)
gem install bundler -v '~>1'
Oops, looks like the Wiki is Contributors-only. I added the section and additional formatting.
Document how to install old Ruby versions that still depend on OpenSSL 1.0