aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/blacklist.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-17 11:10:13 -0800
committerAdam Vandenberg2013-11-17 11:10:13 -0800
commitf165d6b005ad5956cd4d85a02de6587f445557d8 (patch)
treee1efc728c82f4924bd65c34e504a4b9b68de030e /Library/Homebrew/blacklist.rb
parentac45ec7ee2a4df98b4d6546346df2c1c478d4888 (diff)
downloadhomebrew-f165d6b005ad5956cd4d85a02de6587f445557d8.tar.bz2
Blacklist rubinius and recommend ruby-build
Closes #23195.
Diffstat (limited to 'Library/Homebrew/blacklist.rb')
-rw-r--r--Library/Homebrew/blacklist.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index c63c15437..e35b7ce7f 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