From 0c91d9a7a217ae678c11ffd6b9e3049e6b91866c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 17 Nov 2013 11:10:13 -0800 Subject: [PATCH] Blacklist rubinius and recommend ruby-build Closes Homebrew/homebrew#23195. --- Library/Homebrew/blacklist.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index c63c15437b..e35b7ce7f7 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -82,5 +82,11 @@ def blacklisted? name and then follow the tutorial: https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md EOS + when 'rubinius' then <<-EOS.undent + Rubinius requires an existing Ruby 2.0 to bootstrap. + Doing this through Homebrew is error-prone. Instead, consider using + ruby-build` to build and install specific versions of Ruby: + brew install ruby-build + EOS end end