Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Known Issues

Postmodern edited this pageNov 16, 2020 ·8 revisions

Ruby

1.9.x

Rubies older than 1.9.3-p429 will not compile withClang and requireGCC >= 4.2.

Linux / BSD

sudo [apt | dnf | port] install gcc

homebrew

brew tap homebrew/versionsbrew install gcc49ruby-install ruby 2.4.0 -- CC=gcc-4.9

2.2.x

Ruby 2.2.x requires OpenSSL 1.0 and Bundler 1.x.

Linux / BSD

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'

homebrew

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 / 2.0.x

Rubinius 1.x and 2.0.x is not supported due to multiple bugs.Instead, please use Rubinius >= 2.1.x.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp