Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork259
Known Issues
Postmodern edited this pageNov 16, 2020 ·8 revisions
Rubies older than 1.9.3-p429 will not compile withClang and requireGCC >= 4.2.
sudo [apt | dnf | port] install gcc
brew tap homebrew/versionsbrew install gcc49ruby-install ruby 2.4.0 -- CC=gcc-4.9
Ruby 2.2.x requires OpenSSL 1.0 and Bundler 1.x.
ruby-install ruby 2.2.0 -- --with-openssl-dir=/path/to/where/openssl-1.0.x/is/installed~/.rubies/ruby-2.2.0/bin/gem install bundler -v '~>1'
brew tap rbenv/tapbrew install rbenv/tap/openssl@1.0ruby-install ruby 2.2.0 -- --with-openssl-dir=$(brew --prefix openssl@1.0)~/.rubies/ruby-2.2.0/bin/gem install bundler -v '~>1'
Rubinius 1.x and 2.0.x is not supported due to multiple bugs.Instead, please use Rubinius >= 2.1.x.