labnotes

Installing old ruby on Ventura

back in time

tags
asdf
ruby

Contents

Had a little trouble getting ruby 2.6.6 (actually openssl 1.1.1) to install on the latest and greatest version of OSX, found a simple work around:

1
optflags=-Wno-error=implicit-function-declaration asdf install ruby 2.6.6
1
2
  WARNING: ruby-2.6.6 is past its end of life and is now unsupported.
  It no longer receives bug fixes or critical security updates.

Previously

howto

Build on git push

build your own stuff

tags
git
build
docker

Next

labnotes

Installing gitolite

Intercepting git

tags
git
gitolite