From 560cfd40984c1876d1d306bb305f81a7f8d22b26 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 26 Nov 2011 16:56:43 -0800 Subject: [PATCH] REE: remove suggestions from caveats --- Formula/ruby-enterprise-edition.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Formula/ruby-enterprise-edition.rb b/Formula/ruby-enterprise-edition.rb index 4dff3c04f5..3332588fb6 100644 --- a/Formula/ruby-enterprise-edition.rb +++ b/Formula/ruby-enterprise-edition.rb @@ -26,10 +26,6 @@ class RubyEnterpriseEdition < Formula end def caveats; <<-EOS.undent - Consider using RVM or Cinderella to manage Ruby environments: - * RVM: http://rvm.beginrescueend.com/ - * Cinderella: http://www.atmos.org/cinderella/ - By default we don't compile REE as a shared library. From their documentation: Please note that enabling --enable-shared will make the Ruby interpreter about 20% slower.