https://github.com/basecamp/homebrew-dev
Old software to build old stuff on new Macs
https://github.com/basecamp/homebrew-dev
homebrew-tap ruby-build
Last synced: 11 months ago
JSON representation
Old software to build old stuff on new Macs
- Host: GitHub
- URL: https://github.com/basecamp/homebrew-dev
- Owner: basecamp
- Created: 2022-08-04T19:02:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T17:46:30.000Z (about 2 years ago)
- Last Synced: 2025-07-18T05:34:46.216Z (11 months ago)
- Topics: homebrew-tap, ruby-build
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Old libraries for old Rubies on new Macs.
This is a [Homebrew Tap](https://github.com/Homebrew/brew/blob/master/docs/brew-tap.md#taps-third-party-repositories) with some old libraries updated for M1 compatibility to help you install [old Ruby versions](https://github.com/basecamp/ruby-dev) on current macOS.
These are for development use only and are well past their end of life and security support. ☠️
### OpenSSL 1.0 for Ruby 1.8 through 2.4
```
brew install basecamp/dev/openssl@1.0
RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix basecamp/dev/openssl@1.0)" rbenv install [old-ruby-version]
```