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