Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
/ legacy-homebrew Public archive

Commit f165d6b

Browse files
committedNov 17, 2013
Blacklist rubinius and recommend ruby-build
Closes #23195.
1 parent ac45ec7 commit f165d6b

File tree

2 files changed

+6
-80
lines changed

2 files changed

+6
-80
lines changed
 

‎Library/Formula/rubinius.rb

-80
This file was deleted.

‎Library/Homebrew/blacklist.rb

+6
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,11 @@ def blacklisted? name
8282
and then follow the tutorial:
8383
https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md
8484
EOS
85+
when 'rubinius' then <<-EOS.undent
86+
Rubinius requires an existing Ruby 2.0 to bootstrap.
87+
Doing this through Homebrew is error-prone. Instead, consider using
88+
ruby-build` to build and install specific versions of Ruby:
89+
brew install ruby-build
90+
EOS
8591
end
8692
end

0 commit comments

Comments
 (0)